|
Last change
on this file was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>Controller</class>
|
|---|
| 3 | <widget class="QWidget" name="Controller" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>255</width>
|
|---|
| 9 | <height>111</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <property name="windowTitle" >
|
|---|
| 13 | <string>Controller</string>
|
|---|
| 14 | </property>
|
|---|
| 15 | <layout class="QGridLayout" >
|
|---|
| 16 | <property name="margin" >
|
|---|
| 17 | <number>9</number>
|
|---|
| 18 | </property>
|
|---|
| 19 | <property name="spacing" >
|
|---|
| 20 | <number>6</number>
|
|---|
| 21 | </property>
|
|---|
| 22 | <item row="1" column="1" >
|
|---|
| 23 | <widget class="QLabel" name="label" >
|
|---|
| 24 | <property name="text" >
|
|---|
| 25 | <string>Controller</string>
|
|---|
| 26 | </property>
|
|---|
| 27 | <property name="alignment" >
|
|---|
| 28 | <set>Qt::AlignCenter</set>
|
|---|
| 29 | </property>
|
|---|
| 30 | </widget>
|
|---|
| 31 | </item>
|
|---|
| 32 | <item row="2" column="1" >
|
|---|
| 33 | <widget class="QPushButton" name="decelerate" >
|
|---|
| 34 | <property name="text" >
|
|---|
| 35 | <string>Decelerate</string>
|
|---|
| 36 | </property>
|
|---|
| 37 | </widget>
|
|---|
| 38 | </item>
|
|---|
| 39 | <item row="0" column="1" >
|
|---|
| 40 | <widget class="QPushButton" name="accelerate" >
|
|---|
| 41 | <property name="text" >
|
|---|
| 42 | <string>Accelerate</string>
|
|---|
| 43 | </property>
|
|---|
| 44 | </widget>
|
|---|
| 45 | </item>
|
|---|
| 46 | <item row="1" column="2" >
|
|---|
| 47 | <widget class="QPushButton" name="right" >
|
|---|
| 48 | <property name="text" >
|
|---|
| 49 | <string>Right</string>
|
|---|
| 50 | </property>
|
|---|
| 51 | </widget>
|
|---|
| 52 | </item>
|
|---|
| 53 | <item row="1" column="0" >
|
|---|
| 54 | <widget class="QPushButton" name="left" >
|
|---|
| 55 | <property name="text" >
|
|---|
| 56 | <string>Left</string>
|
|---|
| 57 | </property>
|
|---|
| 58 | </widget>
|
|---|
| 59 | </item>
|
|---|
| 60 | </layout>
|
|---|
| 61 | </widget>
|
|---|
| 62 | <resources/>
|
|---|
| 63 | <connections/>
|
|---|
| 64 | </ui>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.