OSDN Git Service

add
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 10 Apr 2004 04:36:58 +0000 (04:36 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sat, 10 Apr 2004 04:36:58 +0000 (04:36 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@987 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/uiprefbase.ui [new file with mode: 0644]

diff --git a/kita/src/uiprefbase.ui b/kita/src/uiprefbase.ui
new file mode 100644 (file)
index 0000000..4658635
--- /dev/null
@@ -0,0 +1,36 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>Kita::UIPrefBase</class>
+<widget class="QWidget">
+    <property name="name">
+        <cstring>Kita::UIPrefBase</cstring>
+    </property>
+    <property name="geometry">
+        <rect>
+            <x>0</x>
+            <y>0</y>
+            <width>600</width>
+            <height>480</height>
+        </rect>
+    </property>
+    <property name="caption">
+        <string>Form1</string>
+    </property>
+    <widget class="QCheckBox">
+        <property name="name">
+            <cstring>useTabCheckBox</cstring>
+        </property>
+        <property name="geometry">
+            <rect>
+                <x>10</x>
+                <y>10</y>
+                <width>330</width>
+                <height>20</height>
+            </rect>
+        </property>
+        <property name="text">
+            <string>Use new tab when opening the thread(board).</string>
+        </property>
+    </widget>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>