author | mark <mark> | 2002-05-05 12:44:18 (UTC) |
---|---|---|
committer | mark <mark> | 2002-05-05 12:44:18 (UTC) |
commit | a68eb5375bd8dc5f9cb3ea9b1785d923a4412edc (patch) (unidiff) | |
tree | fa70accefdd9f1ccbbe16baf61f3239679ab1f5e | |
parent | 4941bb530e6bd0992136b95b4e24af7b7ddc8fdd (diff) | |
download | opie-a68eb5375bd8dc5f9cb3ea9b1785d923a4412edc.zip opie-a68eb5375bd8dc5f9cb3ea9b1785d923a4412edc.tar.gz opie-a68eb5375bd8dc5f9cb3ea9b1785d923a4412edc.tar.bz2 |
Left this one out :)
-rw-r--r-- | noncore/games/kbill/helpdialog.ui | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/noncore/games/kbill/helpdialog.ui b/noncore/games/kbill/helpdialog.ui new file mode 100644 index 0000000..98acdd5 --- a/dev/null +++ b/noncore/games/kbill/helpdialog.ui | |||
@@ -0,0 +1,44 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>HelpDialog</class> | ||
3 | <widget> | ||
4 | <class>QDialog</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>Form1</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>281</width> | ||
15 | <height>328</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Form1</string> | ||
21 | </property> | ||
22 | <grid> | ||
23 | <property stdset="1"> | ||
24 | <name>margin</name> | ||
25 | <number>11</number> | ||
26 | </property> | ||
27 | <property stdset="1"> | ||
28 | <name>spacing</name> | ||
29 | <number>6</number> | ||
30 | </property> | ||
31 | <widget row="0" column="0" > | ||
32 | <class>QTextBrowser</class> | ||
33 | <property stdset="1"> | ||
34 | <name>name</name> | ||
35 | <cstring>TextBrowser1</cstring> | ||
36 | </property> | ||
37 | <property stdset="1"> | ||
38 | <name>text</name> | ||
39 | <string></string> | ||
40 | </property> | ||
41 | </widget> | ||
42 | </grid> | ||
43 | </widget> | ||
44 | </UI> | ||