summaryrefslogtreecommitdiff
path: root/noncore/tools/calc2/binary/binary.ui
Unidiff
Diffstat (limited to 'noncore/tools/calc2/binary/binary.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/calc2/binary/binary.ui177
1 files changed, 177 insertions, 0 deletions
diff --git a/noncore/tools/calc2/binary/binary.ui b/noncore/tools/calc2/binary/binary.ui
new file mode 100644
index 0000000..26064d1
--- a/dev/null
+++ b/noncore/tools/calc2/binary/binary.ui
@@ -0,0 +1,177 @@
1<!DOCTYPE UI><UI>
2<class>FormBinary</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>FormBinary</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>332</width>
15 <height>114</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Binary</string>
21 </property>
22 <grid>
23 <property stdset="1">
24 <name>margin</name>
25 <number>0</number>
26 </property>
27 <property stdset="1">
28 <name>spacing</name>
29 <number>0</number>
30 </property>
31 <widget row="1" column="0" >
32 <class>QPushButton</class>
33 <property stdset="1">
34 <name>name</name>
35 <cstring>PB0</cstring>
36 </property>
37 <property stdset="1">
38 <name>maximumSize</name>
39 <size>
40 <width>80</width>
41 <height>80</height>
42 </size>
43 </property>
44 <property stdset="1">
45 <name>text</name>
46 <string>0</string>
47 </property>
48 </widget>
49 <widget row="1" column="1" >
50 <class>QPushButton</class>
51 <property stdset="1">
52 <name>name</name>
53 <cstring>PB1</cstring>
54 </property>
55 <property stdset="1">
56 <name>maximumSize</name>
57 <size>
58 <width>80</width>
59 <height>80</height>
60 </size>
61 </property>
62 <property stdset="1">
63 <name>text</name>
64 <string>1</string>
65 </property>
66 </widget>
67 <widget row="0" column="0" >
68 <class>QPushButton</class>
69 <property stdset="1">
70 <name>name</name>
71 <cstring>PBAnd</cstring>
72 </property>
73 <property stdset="1">
74 <name>maximumSize</name>
75 <size>
76 <width>80</width>
77 <height>80</height>
78 </size>
79 </property>
80 <property stdset="1">
81 <name>text</name>
82 <string>AND</string>
83 </property>
84 </widget>
85 <widget row="0" column="1" >
86 <class>QPushButton</class>
87 <property stdset="1">
88 <name>name</name>
89 <cstring>PBOr</cstring>
90 </property>
91 <property stdset="1">
92 <name>maximumSize</name>
93 <size>
94 <width>80</width>
95 <height>80</height>
96 </size>
97 </property>
98 <property stdset="1">
99 <name>text</name>
100 <string>OR</string>
101 </property>
102 </widget>
103 <widget row="0" column="2" >
104 <class>QPushButton</class>
105 <property stdset="1">
106 <name>name</name>
107 <cstring>PBNot</cstring>
108 </property>
109 <property stdset="1">
110 <name>maximumSize</name>
111 <size>
112 <width>80</width>
113 <height>80</height>
114 </size>
115 </property>
116 <property stdset="1">
117 <name>text</name>
118 <string>NOT</string>
119 </property>
120 </widget>
121 <widget row="1" column="2" >
122 <class>QPushButton</class>
123 <property stdset="1">
124 <name>name</name>
125 <cstring>PBSHL</cstring>
126 </property>
127 <property stdset="1">
128 <name>maximumSize</name>
129 <size>
130 <width>80</width>
131 <height>80</height>
132 </size>
133 </property>
134 <property stdset="1">
135 <name>text</name>
136 <string>&lt;-</string>
137 </property>
138 </widget>
139 <widget row="0" column="3" >
140 <class>QPushButton</class>
141 <property stdset="1">
142 <name>name</name>
143 <cstring>PBXor</cstring>
144 </property>
145 <property stdset="1">
146 <name>maximumSize</name>
147 <size>
148 <width>80</width>
149 <height>80</height>
150 </size>
151 </property>
152 <property stdset="1">
153 <name>text</name>
154 <string>XOR</string>
155 </property>
156 </widget>
157 <widget row="1" column="3" >
158 <class>QPushButton</class>
159 <property stdset="1">
160 <name>name</name>
161 <cstring>PBSHR</cstring>
162 </property>
163 <property stdset="1">
164 <name>maximumSize</name>
165 <size>
166 <width>80</width>
167 <height>80</height>
168 </size>
169 </property>
170 <property stdset="1">
171 <name>text</name>
172 <string>-&gt;</string>
173 </property>
174 </widget>
175 </grid>
176</widget>
177</UI>