diff options
Diffstat (limited to 'c++-libbu++/src/gatscon/filewidget.ui')
| -rw-r--r-- | c++-libbu++/src/gatscon/filewidget.ui | 95 | 
1 files changed, 95 insertions, 0 deletions
| diff --git a/c++-libbu++/src/gatscon/filewidget.ui b/c++-libbu++/src/gatscon/filewidget.ui new file mode 100644 index 0000000..d0e6ec3 --- /dev/null +++ b/c++-libbu++/src/gatscon/filewidget.ui | |||
| @@ -0,0 +1,95 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <ui version="4.0"> | ||
| 3 | <class>FileWidget</class> | ||
| 4 | <widget class="QWidget" name="FileWidget"> | ||
| 5 | <property name="geometry"> | ||
| 6 | <rect> | ||
| 7 | <x>0</x> | ||
| 8 | <y>0</y> | ||
| 9 | <width>316</width> | ||
| 10 | <height>300</height> | ||
| 11 | </rect> | ||
| 12 | </property> | ||
| 13 | <property name="windowTitle"> | ||
| 14 | <string>Form</string> | ||
| 15 | </property> | ||
| 16 | <layout class="QVBoxLayout" name="verticalLayout"> | ||
| 17 | <item> | ||
| 18 | <widget class="QTreeWidget" name="twGats"> | ||
| 19 | <column> | ||
| 20 | <property name="text"> | ||
| 21 | <string>Name</string> | ||
| 22 | </property> | ||
| 23 | </column> | ||
| 24 | <column> | ||
| 25 | <property name="text"> | ||
| 26 | <string>Type</string> | ||
| 27 | </property> | ||
| 28 | </column> | ||
| 29 | <column> | ||
| 30 | <property name="text"> | ||
| 31 | <string>Value</string> | ||
| 32 | </property> | ||
| 33 | </column> | ||
| 34 | </widget> | ||
| 35 | </item> | ||
| 36 | <item> | ||
| 37 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
| 38 | <item> | ||
| 39 | <widget class="QPushButton" name="pushButton_2"> | ||
| 40 | <property name="text"> | ||
| 41 | <string>Add Root Item</string> | ||
| 42 | </property> | ||
| 43 | </widget> | ||
| 44 | </item> | ||
| 45 | <item> | ||
| 46 | <widget class="QPushButton" name="pushButton"> | ||
| 47 | <property name="text"> | ||
| 48 | <string>Del Root Item</string> | ||
| 49 | </property> | ||
| 50 | </widget> | ||
| 51 | </item> | ||
| 52 | </layout> | ||
| 53 | </item> | ||
| 54 | </layout> | ||
| 55 | </widget> | ||
| 56 | <resources/> | ||
| 57 | <connections> | ||
| 58 | <connection> | ||
| 59 | <sender>pushButton_2</sender> | ||
| 60 | <signal>clicked()</signal> | ||
| 61 | <receiver>FileWidget</receiver> | ||
| 62 | <slot>addRootItem()</slot> | ||
| 63 | <hints> | ||
| 64 | <hint type="sourcelabel"> | ||
| 65 | <x>60</x> | ||
| 66 | <y>283</y> | ||
| 67 | </hint> | ||
| 68 | <hint type="destinationlabel"> | ||
| 69 | <x>10</x> | ||
| 70 | <y>343</y> | ||
| 71 | </hint> | ||
| 72 | </hints> | ||
| 73 | </connection> | ||
| 74 | <connection> | ||
| 75 | <sender>pushButton</sender> | ||
| 76 | <signal>clicked()</signal> | ||
| 77 | <receiver>FileWidget</receiver> | ||
| 78 | <slot>delRootItem()</slot> | ||
| 79 | <hints> | ||
| 80 | <hint type="sourcelabel"> | ||
| 81 | <x>252</x> | ||
| 82 | <y>283</y> | ||
| 83 | </hint> | ||
| 84 | <hint type="destinationlabel"> | ||
| 85 | <x>258</x> | ||
| 86 | <y>324</y> | ||
| 87 | </hint> | ||
| 88 | </hints> | ||
| 89 | </connection> | ||
| 90 | </connections> | ||
| 91 | <slots> | ||
| 92 | <slot>addRootItem()</slot> | ||
| 93 | <slot>delRootItem()</slot> | ||
| 94 | </slots> | ||
| 95 | </ui> | ||
