diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-05-16 20:51:20 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-05-16 20:51:20 +0000 |
commit | 02c60c6720f41bcfc367d02ae4c655b651642991 (patch) | |
tree | bbda9db56f71c846e5712bcbf44a52f475795f0a /src/gatscon/clientwidget.ui | |
parent | 09e3102ffba4b9ee11d988f95c04d344790127db (diff) | |
download | libgats-02c60c6720f41bcfc367d02ae4c655b651642991.tar.gz libgats-02c60c6720f41bcfc367d02ae4c655b651642991.tar.bz2 libgats-02c60c6720f41bcfc367d02ae4c655b651642991.tar.xz libgats-02c60c6720f41bcfc367d02ae4c655b651642991.zip |
Almost there! I'm adding a qtbenc-like program for gats, only cooler. It'll
really help us debug gats based protocols and look at gats files, and the like.
Diffstat (limited to 'src/gatscon/clientwidget.ui')
-rw-r--r-- | src/gatscon/clientwidget.ui | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/gatscon/clientwidget.ui b/src/gatscon/clientwidget.ui new file mode 100644 index 0000000..9761401 --- /dev/null +++ b/src/gatscon/clientwidget.ui | |||
@@ -0,0 +1,62 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <ui version="4.0"> | ||
3 | <class>ClientWidget</class> | ||
4 | <widget class="QWidget" name="ClientWidget"> | ||
5 | <property name="geometry"> | ||
6 | <rect> | ||
7 | <x>0</x> | ||
8 | <y>0</y> | ||
9 | <width>364</width> | ||
10 | <height>289</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="twHistory"> | ||
19 | <column> | ||
20 | <property name="text"> | ||
21 | <string>Name</string> | ||
22 | </property> | ||
23 | </column> | ||
24 | <column> | ||
25 | <property name="text"> | ||
26 | <string>Value</string> | ||
27 | </property> | ||
28 | </column> | ||
29 | </widget> | ||
30 | </item> | ||
31 | <item> | ||
32 | <layout class="QHBoxLayout" name="horizontalLayout"> | ||
33 | <item> | ||
34 | <widget class="QLabel" name="label"> | ||
35 | <property name="text"> | ||
36 | <string>Gats:</string> | ||
37 | </property> | ||
38 | </widget> | ||
39 | </item> | ||
40 | <item> | ||
41 | <widget class="QLineEdit" name="lineEdit"/> | ||
42 | </item> | ||
43 | <item> | ||
44 | <widget class="QPushButton" name="pushButton"> | ||
45 | <property name="text"> | ||
46 | <string>Send</string> | ||
47 | </property> | ||
48 | <property name="autoDefault"> | ||
49 | <bool>true</bool> | ||
50 | </property> | ||
51 | <property name="default"> | ||
52 | <bool>true</bool> | ||
53 | </property> | ||
54 | </widget> | ||
55 | </item> | ||
56 | </layout> | ||
57 | </item> | ||
58 | </layout> | ||
59 | </widget> | ||
60 | <resources/> | ||
61 | <connections/> | ||
62 | </ui> | ||