87484dc7bde3467d78d96c0cd427f13ae774fb7c
[vlp.git] / src / kernel / ui / optionsdialog.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>554</width>
10     <height>297</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Options</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_5">
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        <property name="text">
29         <string>./</string>
30        </property>
31       </widget>
32      </item>
33     </layout>
34    </item>
35    <item>
36     <widget class="Line" name="line">
37      <property name="orientation">
38       <enum>Qt::Horizontal</enum>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <widget class="QLabel" name="label_4">
44      <property name="text">
45       <string>Virtual Processor properties (activated after restarting VLP):</string>
46      </property>
47     </widget>
48    </item>
49    <item>
50     <layout class="QHBoxLayout" name="horizontalLayout_2">
51      <item>
52       <layout class="QVBoxLayout" name="verticalLayout_4">
53        <item>
54         <layout class="QHBoxLayout" name="horizontalLayout_3">
55          <item>
56           <widget class="QLabel" name="label_3">
57            <property name="text">
58             <string>Node number:</string>
59            </property>
60           </widget>
61          </item>
62          <item>
63           <widget class="QSpinBox" name="nodeNumber">
64            <property name="maximum">
65             <number>9999</number>
66            </property>
67           </widget>
68          </item>
69         </layout>
70        </item>
71        <item>
72         <widget class="QGroupBox" name="groupBox">
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="explicitConnectionMode">
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="registrationConnectionMode">
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_3">
104        <item>
105         <widget class="QLabel" name="label_2">
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_2">
118        <item>
119         <widget class="QPushButton" name="addConnectionButton">
120          <property name="text">
121           <string>Add</string>
122          </property>
123         </widget>
124        </item>
125        <item>
126         <widget class="QPushButton" name="delConnectionButton">
127          <property name="text">
128           <string>Del</string>
129          </property>
130         </widget>
131        </item>
132       </layout>
133      </item>
134     </layout>
135    </item>
136    <item>
137     <widget class="QDialogButtonBox" name="buttonBox">
138      <property name="orientation">
139       <enum>Qt::Horizontal</enum>
140      </property>
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   <connection>
151    <sender>buttonBox</sender>
152    <signal>accepted()</signal>
153    <receiver>OptionsDialog</receiver>
154    <slot>accept()</slot>
155    <hints>
156     <hint type="sourcelabel">
157      <x>248</x>
158      <y>254</y>
159     </hint>
160     <hint type="destinationlabel">
161      <x>157</x>
162      <y>274</y>
163     </hint>
164    </hints>
165   </connection>
166   <connection>
167    <sender>buttonBox</sender>
168    <signal>rejected()</signal>
169    <receiver>OptionsDialog</receiver>
170    <slot>reject()</slot>
171    <hints>
172     <hint type="sourcelabel">
173      <x>316</x>
174      <y>260</y>
175     </hint>
176     <hint type="destinationlabel">
177      <x>286</x>
178      <y>274</y>
179     </hint>
180    </hints>
181   </connection>
182  </connections>
183 </ui>