diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 13:24:19 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-17 13:24:19 +0000 |
| commit | d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639 (patch) | |
| tree | 8fa45d8c6dd61e3949ecf1727c6facb78bfe5305 /src/gatscon/filewidget.ui | |
| parent | 6aefa6632023c99c5b91bae0e099df94fa69d890 (diff) | |
| download | libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.tar.gz libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.tar.bz2 libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.tar.xz libgats-d269a39f27e2dcd57d0e3362ef3a7fd9ad3f3639.zip | |
GatsCon can read files now, but it can't save them, or edit them yet. That'll
be coming eventually.
Diffstat (limited to 'src/gatscon/filewidget.ui')
| -rw-r--r-- | src/gatscon/filewidget.ui | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/gatscon/filewidget.ui b/src/gatscon/filewidget.ui new file mode 100644 index 0000000..6557035 --- /dev/null +++ b/src/gatscon/filewidget.ui | |||
| @@ -0,0 +1,40 @@ | |||
| 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>400</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 | </layout> | ||
| 37 | </widget> | ||
| 38 | <resources/> | ||
| 39 | <connections/> | ||
| 40 | </ui> | ||
