|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>841</width> |
| 9 | + <width>685</width> |
10 | 10 | <height>525</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
|
15 | 15 | </property> |
16 | 16 | <layout class="QVBoxLayout" name="verticalLayout"> |
17 | 17 | <item> |
18 | | - <layout class="QHBoxLayout" name="horizontalLayout"> |
19 | | - <item> |
20 | | - <widget class="QTabWidget" name="tabWidget"> |
21 | | - <property name="currentIndex"> |
22 | | - <number>0</number> |
23 | | - </property> |
24 | | - <widget class="QWidget" name="tab"> |
25 | | - <attribute name="title"> |
26 | | - <string>Parameters</string> |
27 | | - </attribute> |
28 | | - <layout class="QVBoxLayout" name="verticalLayout_4"> |
29 | | - <property name="spacing"> |
30 | | - <number>2</number> |
31 | | - </property> |
| 18 | + <widget class="QSplitter" name="splitter"> |
| 19 | + <property name="sizePolicy"> |
| 20 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 21 | + <horstretch>0</horstretch> |
| 22 | + <verstretch>0</verstretch> |
| 23 | + </sizepolicy> |
| 24 | + </property> |
| 25 | + <property name="orientation"> |
| 26 | + <enum>Qt::Horizontal</enum> |
| 27 | + </property> |
| 28 | + <widget class="QTabWidget" name="tabWidget"> |
| 29 | + <property name="currentIndex"> |
| 30 | + <number>0</number> |
| 31 | + </property> |
| 32 | + <widget class="QWidget" name="tab"> |
| 33 | + <attribute name="title"> |
| 34 | + <string>Parameters</string> |
| 35 | + </attribute> |
| 36 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
| 37 | + <property name="spacing"> |
| 38 | + <number>2</number> |
| 39 | + </property> |
32 | 40 | <property name="leftMargin"> |
33 | 41 | <number>0</number> |
34 | 42 | </property> |
|
39 | 47 | <number>0</number> |
40 | 48 | </property> |
41 | 49 | <property name="bottomMargin"> |
42 | | - <number>0</number> |
43 | | - </property> |
44 | | - </layout> |
45 | | - </widget> |
46 | | - <widget class="QWidget" name="tab_2"> |
47 | | - <attribute name="title"> |
48 | | - <string>Log</string> |
49 | | - </attribute> |
50 | | - <layout class="QVBoxLayout" name="verticalLayout_2"> |
51 | | - <property name="spacing"> |
52 | | - <number>2</number> |
53 | | - </property> |
| 50 | + <number>0</number> |
| 51 | + </property> |
| 52 | + </layout> |
| 53 | + </widget> |
| 54 | + <widget class="QWidget" name="tab_2"> |
| 55 | + <attribute name="title"> |
| 56 | + <string>Log</string> |
| 57 | + </attribute> |
| 58 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 59 | + <property name="spacing"> |
| 60 | + <number>2</number> |
| 61 | + </property> |
54 | 62 | <property name="leftMargin"> |
55 | 63 | <number>0</number> |
56 | 64 | </property> |
|
61 | 69 | <number>0</number> |
62 | 70 | </property> |
63 | 71 | <property name="bottomMargin"> |
64 | | - <number>0</number> |
65 | | - </property> |
66 | | - <item> |
67 | | - <widget class="QTextEdit" name="txtLog"> |
68 | | - <property name="readOnly"> |
69 | | - <bool>true</bool> |
70 | | - </property> |
71 | | - </widget> |
72 | | - </item> |
73 | | - </layout> |
74 | | - </widget> |
75 | | - <widget class="QWidget" name="tab_3"> |
76 | | - <attribute name="title"> |
77 | | - <string>Help</string> |
78 | | - </attribute> |
79 | | - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
80 | | - <property name="spacing"> |
81 | | - <number>0</number> |
82 | | - </property> |
| 72 | + <number>0</number> |
| 73 | + </property> |
| 74 | + <property name="topMargin"> |
| 75 | + <number>0</number> |
| 76 | + </property> |
| 77 | + <property name="rightMargin"> |
| 78 | + <number>0</number> |
| 79 | + </property> |
83 | 80 | <property name="leftMargin"> |
84 | 81 | <number>0</number> |
85 | 82 | </property> |
|
90 | 87 | <number>0</number> |
91 | 88 | </property> |
92 | 89 | <property name="bottomMargin"> |
93 | | - <number>0</number> |
94 | | - </property> |
95 | | - <item> |
96 | | - <widget class="QTextBrowser" name="txtHelp"/> |
97 | | - </item> |
98 | | - </layout> |
99 | | - </widget> |
| 90 | + <number>0</number> |
| 91 | + </property> |
| 92 | + <item> |
| 93 | + <widget class="QTextEdit" name="txtLog"> |
| 94 | + <property name="readOnly"> |
| 95 | + <bool>true</bool> |
| 96 | + </property> |
| 97 | + </widget> |
| 98 | + </item> |
| 99 | + </layout> |
100 | 100 | </widget> |
101 | | - </item> |
102 | | - <item> |
103 | | - <widget class="QTextBrowser" name="textShortHelp"> |
104 | | - <property name="sizePolicy"> |
105 | | - <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
106 | | - <horstretch>0</horstretch> |
107 | | - <verstretch>0</verstretch> |
108 | | - </sizepolicy> |
109 | | - </property> |
110 | | - <property name="minimumSize"> |
111 | | - <size> |
112 | | - <width>200</width> |
113 | | - <height>0</height> |
114 | | - </size> |
115 | | - </property> |
116 | | - <property name="maximumSize"> |
117 | | - <size> |
118 | | - <width>300</width> |
119 | | - <height>16777215</height> |
120 | | - </size> |
121 | | - </property> |
122 | | - </widget> |
123 | | - </item> |
124 | | - </layout> |
| 101 | + </widget> |
| 102 | + <widget class="QTextBrowser" name="textShortHelp"/> |
| 103 | + </widget> |
125 | 104 | </item> |
126 | 105 | <item> |
127 | 106 | <widget class="QLabel" name="lblProgress"> |
|
157 | 136 | <enum>Qt::Horizontal</enum> |
158 | 137 | </property> |
159 | 138 | <property name="standardButtons"> |
160 | | - <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set> |
| 139 | + <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Ok</set> |
161 | 140 | </property> |
162 | 141 | </widget> |
163 | 142 | </item> |
|
0 commit comments