Warning, /education/marble/examples/cpp/marble-game/game.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>796</width>
0010     <height>600</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Marble - Game</string>
0015   </property>
0016   <widget class="QWidget" name="centralwidget"/>
0017   <widget class="QMenuBar" name="menubar">
0018    <property name="geometry">
0019     <rect>
0020      <x>0</x>
0021      <y>0</y>
0022      <width>796</width>
0023      <height>20</height>
0024     </rect>
0025    </property>
0026   </widget>
0027   <widget class="QStatusBar" name="statusbar"/>
0028   <widget class="QDockWidget" name="dockWidget">
0029    <property name="minimumSize">
0030     <size>
0031      <width>221</width>
0032      <height>44</height>
0033     </size>
0034    </property>
0035    <property name="styleSheet">
0036     <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(81, 81, 83, 255), stop:1 rgba(255, 255, 255, 255));</string>
0037    </property>
0038    <property name="features">
0039     <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
0040    </property>
0041    <property name="allowedAreas">
0042     <set>Qt::LeftDockWidgetArea</set>
0043    </property>
0044    <attribute name="dockWidgetArea">
0045     <number>1</number>
0046    </attribute>
0047    <widget class="QWidget" name="dockWidgetContents"/>
0048   </widget>
0049  </widget>
0050  <resources/>
0051  <connections/>
0052 </ui>