bf757582ad94595c1940ffc8ce688e8422b8f8b1
[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="homeDirectory"/>
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</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="lineEdit_2"/>
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>GroupBox</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               </widget>
83              </item>
84              <item>
85               <widget class="QRadioButton" name="registration">
86                <property name="text">
87                 <string>Registration</string>
88                </property>
89               </widget>
90              </item>
91             </layout>
92            </widget>
93           </item>
94          </layout>
95         </item>
96         <item>
97          <layout class="QVBoxLayout" name="verticalLayout_4">
98           <item>
99            <widget class="QLabel" name="label_4">
100             <property name="text">
101              <string>Connection list:</string>
102             </property>
103            </widget>
104           </item>
105           <item>
106            <widget class="QListView" name="listView"/>
107           </item>
108          </layout>
109         </item>
110         <item>
111          <layout class="QVBoxLayout" name="verticalLayout_5">
112           <item>
113            <widget class="QPushButton" name="addConnection">
114             <property name="text">
115              <string>Add</string>
116             </property>
117            </widget>
118           </item>
119           <item>
120            <widget class="QPushButton" name="deleteConnection">
121             <property name="text">
122              <string>Del</string>
123             </property>
124            </widget>
125           </item>
126          </layout>
127         </item>
128        </layout>
129       </item>
130      </layout>
131     </widget>
132    </item>
133    <item>
134     <widget class="QDialogButtonBox" name="buttonBox">
135      <property name="standardButtons">
136       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
137      </property>
138     </widget>
139    </item>
140   </layout>
141  </widget>
142  <resources/>
143  <connections/>
144 </ui>