vlp-27 Added move OptionsDialog to the QtDesigner generated one.
[vlp.git] / data / kernel / dialogs / options.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>optionsDialog</class>
4  <widget class="QDialog" name="optionsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>412</width>
10     <height>308</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Options</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_8">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>Programs directory</string>
23        </property>
24       </widget>
25      </item>
26      <item>
27       <widget class="QLineEdit" name="programsDirectory"/>
28      </item>
29     </layout>
30    </item>
31    <item>
32     <widget class="Line" name="line">
33      <property name="sizePolicy">
34       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
35        <horstretch>0</horstretch>
36        <verstretch>0</verstretch>
37       </sizepolicy>
38      </property>
39      <property name="orientation">
40       <enum>Qt::Horizontal</enum>
41      </property>
42     </widget>
43    </item>
44    <item>
45     <widget class="QGroupBox" name="groupBox">
46      <property name="title">
47       <string>Virtual Processor properties (activated after restart)</string>
48      </property>
49      <layout class="QVBoxLayout" name="verticalLayout_7">
50       <item>
51        <layout class="QHBoxLayout" name="horizontalLayout_2">
52         <item>
53          <layout class="QVBoxLayout" name="verticalLayout_3">
54           <item>
55            <layout class="QHBoxLayout" name="horizontalLayout_3">
56             <item>
57              <widget class="QLabel" name="label_3">
58               <property name="text">
59                <string>Node number:</string>
60               </property>
61              </widget>
62             </item>
63             <item>
64              <widget class="QLineEdit" name="nodeNumber"/>
65             </item>
66            </layout>
67           </item>
68           <item>
69            <widget class="QGroupBox" name="groupBox_2">
70             <property name="inputMethodHints">
71              <set>Qt::ImhExclusiveInputMask</set>
72             </property>
73             <property name="title">
74              <string>Connection type</string>
75             </property>
76             <layout class="QVBoxLayout" name="verticalLayout_6">
77              <item>
78               <widget class="QRadioButton" name="explicit_2">
79                <property name="text">
80                 <string>Explicit</string>
81                </property>
82                <property name="checked">
83                 <bool>true</bool>
84                </property>
85               </widget>
86              </item>
87              <item>
88               <widget class="QRadioButton" name="registration">
89                <property name="enabled">
90                 <bool>false</bool>
91                </property>
92                <property name="text">
93                 <string>Registration</string>
94                </property>
95               </widget>
96              </item>
97             </layout>
98            </widget>
99           </item>
100          </layout>
101         </item>
102         <item>
103          <layout class="QVBoxLayout" name="verticalLayout_4">
104           <item>
105            <widget class="QLabel" name="label_4">
106             <property name="text">
107              <string>Connection list:</string>
108             </property>
109            </widget>
110           </item>
111           <item>
112            <widget class="QListWidget" name="connections"/>
113           </item>
114          </layout>
115         </item>
116         <item>
117          <layout class="QVBoxLayout" name="verticalLayout_5">
118           <item>
119            <widget class="QPushButton" name="addConnection">
120             <property name="text">
121              <string>Add</string>
122             </property>
123            </widget>
124           </item>
125           <item>
126            <widget class="QPushButton" name="deleteConnection">
127             <property name="text">
128              <string>Del</string>
129             </property>
130            </widget>
131           </item>
132          </layout>
133         </item>
134        </layout>
135       </item>
136      </layout>
137     </widget>
138    </item>
139    <item>
140     <widget class="QDialogButtonBox" name="buttonBox">
141      <property name="standardButtons">
142       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
143      </property>
144     </widget>
145    </item>
146   </layout>
147  </widget>
148  <resources/>
149  <connections/>
150 </ui>