@@ -1,83 +1,83 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<ui version="4.0">
|
3 |
<class>MainWindow</class>
|
4 |
<widget class="QMainWindow" name="MainWindow">
|
5 |
<property name="geometry">
|
6 |
<rect>
|
7 |
<x>0</x>
|
8 |
<y>0</y>
|
9 |
<width>478</width>
|
10 |
<height>309</height>
|
11 |
</rect>
|
12 |
</property>
|
13 |
<property name="windowTitle">
|
14 |
-
<string>
|
15 |
</property>
|
16 |
<widget class="QWidget" name="centralWidget">
|
17 |
<layout class="QVBoxLayout" name="verticalLayout">
|
18 |
<item>
|
19 |
<layout class="QHBoxLayout" name="horizontalLayoutInput">
|
20 |
<item>
|
21 |
<widget class="QLabel" name="labelNumber">
|
22 |
<property name="text">
|
23 |
<string>&Number</string>
|
24 |
</property>
|
25 |
<property name="buddy">
|
26 |
<cstring>lineEditNumber</cstring>
|
27 |
</property>
|
28 |
</widget>
|
29 |
</item>
|
30 |
<item>
|
31 |
<widget class="QLineEdit" name="lineEditNumber"/>
|
32 |
</item>
|
33 |
<item>
|
34 |
<widget class="QPushButton" name="pushButtonCalculate">
|
35 |
<property name="enabled">
|
36 |
<bool>false</bool>
|
37 |
</property>
|
38 |
<property name="text">
|
39 |
<string>&Calculate</string>
|
40 |
</property>
|
41 |
</widget>
|
42 |
</item>
|
43 |
<item>
|
44 |
<widget class="QPushButton" name="pushButtonStop">
|
45 |
<property name="enabled">
|
46 |
<bool>false</bool>
|
47 |
</property>
|
48 |
<property name="text">
|
49 |
<string>&Stop</string>
|
50 |
</property>
|
51 |
</widget>
|
52 |
</item>
|
53 |
</layout>
|
54 |
</item>
|
55 |
<item>
|
56 |
<widget class="QListView" name="listViewResults"/>
|
57 |
</item>
|
58 |
</layout>
|
59 |
</widget>
|
60 |
<widget class="QMenuBar" name="menuBar">
|
61 |
<property name="geometry">
|
62 |
<rect>
|
63 |
<x>0</x>
|
64 |
<y>0</y>
|
65 |
<width>478</width>
|
66 |
<height>22</height>
|
67 |
</rect>
|
68 |
</property>
|
69 |
</widget>
|
70 |
<widget class="QToolBar" name="mainToolBar">
|
71 |
<attribute name="toolBarArea">
|
72 |
<enum>TopToolBarArea</enum>
|
73 |
</attribute>
|
74 |
<attribute name="toolBarBreak">
|
75 |
<bool>false</bool>
|
76 |
</attribute>
|
77 |
</widget>
|
78 |
<widget class="QStatusBar" name="statusBar"/>
|
79 |
</widget>
|
80 |
<layoutdefault spacing="6" margin="11"/>
|
81 |
<resources/>
|
82 |
<connections/>
|
83 |
</ui>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<ui version="4.0">
|
3 |
<class>MainWindow</class>
|
4 |
<widget class="QMainWindow" name="MainWindow">
|
5 |
<property name="geometry">
|
6 |
<rect>
|
7 |
<x>0</x>
|
8 |
<y>0</y>
|
9 |
<width>478</width>
|
10 |
<height>309</height>
|
11 |
</rect>
|
12 |
</property>
|
13 |
<property name="windowTitle">
|
14 |
+
<string>Goldbach</string>
|
15 |
</property>
|
16 |
<widget class="QWidget" name="centralWidget">
|
17 |
<layout class="QVBoxLayout" name="verticalLayout">
|
18 |
<item>
|
19 |
<layout class="QHBoxLayout" name="horizontalLayoutInput">
|
20 |
<item>
|
21 |
<widget class="QLabel" name="labelNumber">
|
22 |
<property name="text">
|
23 |
<string>&Number</string>
|
24 |
</property>
|
25 |
<property name="buddy">
|
26 |
<cstring>lineEditNumber</cstring>
|
27 |
</property>
|
28 |
</widget>
|
29 |
</item>
|
30 |
<item>
|
31 |
<widget class="QLineEdit" name="lineEditNumber"/>
|
32 |
</item>
|
33 |
<item>
|
34 |
<widget class="QPushButton" name="pushButtonCalculate">
|
35 |
<property name="enabled">
|
36 |
<bool>false</bool>
|
37 |
</property>
|
38 |
<property name="text">
|
39 |
<string>&Calculate</string>
|
40 |
</property>
|
41 |
</widget>
|
42 |
</item>
|
43 |
<item>
|
44 |
<widget class="QPushButton" name="pushButtonStop">
|
45 |
<property name="enabled">
|
46 |
<bool>false</bool>
|
47 |
</property>
|
48 |
<property name="text">
|
49 |
<string>&Stop</string>
|
50 |
</property>
|
51 |
</widget>
|
52 |
</item>
|
53 |
</layout>
|
54 |
</item>
|
55 |
<item>
|
56 |
<widget class="QListView" name="listViewResults"/>
|
57 |
</item>
|
58 |
</layout>
|
59 |
</widget>
|
60 |
<widget class="QMenuBar" name="menuBar">
|
61 |
<property name="geometry">
|
62 |
<rect>
|
63 |
<x>0</x>
|
64 |
<y>0</y>
|
65 |
<width>478</width>
|
66 |
<height>22</height>
|
67 |
</rect>
|
68 |
</property>
|
69 |
</widget>
|
70 |
<widget class="QToolBar" name="mainToolBar">
|
71 |
<attribute name="toolBarArea">
|
72 |
<enum>TopToolBarArea</enum>
|
73 |
</attribute>
|
74 |
<attribute name="toolBarBreak">
|
75 |
<bool>false</bool>
|
76 |
</attribute>
|
77 |
</widget>
|
78 |
<widget class="QStatusBar" name="statusBar"/>
|
79 |
</widget>
|
80 |
<layoutdefault spacing="6" margin="11"/>
|
81 |
<resources/>
|
82 |
<connections/>
|
83 |
</ui>
|