Salome HOME
updated copyright message
[plugins/hexoticplugin.git] / src / GUI / HexoticPluginGUI_AdvWidget_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HexoticPluginGUI_AdvWidget_QTD</class>
4  <widget class="QWidget" name="HexoticPluginGUI_AdvWidget_QTD">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>344</width>
10     <height>355</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0">
17    <item row="0" column="0" colspan="2">
18     <widget class="HexoticPluginGUI_TreeWidget" name="myOptionTable">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
21        <horstretch>0</horstretch>
22        <verstretch>2</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="editTriggers">
26       <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
27      </property>
28      <property name="tabKeyNavigation">
29       <bool>true</bool>
30      </property>
31      <column>
32       <property name="text">
33        <string>OPTION_NAME_COLUMN</string>
34       </property>
35       <property name="font">
36        <font>
37         <weight>50</weight>
38         <bold>false</bold>
39        </font>
40       </property>
41      </column>
42      <column>
43       <property name="text">
44        <string>OPTION_VALUE_COLUMN</string>
45       </property>
46       <property name="font">
47        <font>
48         <weight>50</weight>
49         <bold>false</bold>
50        </font>
51       </property>
52      </column>
53     </widget>
54    </item>
55    <item row="1" column="1">
56     <spacer name="horizontalSpacer">
57      <property name="orientation">
58       <enum>Qt::Horizontal</enum>
59      </property>
60      <property name="sizeHint" stdset="0">
61       <size>
62        <width>188</width>
63        <height>20</height>
64       </size>
65      </property>
66     </spacer>
67    </item>
68    <item row="2" column="0" colspan="2">
69     <widget class="QGroupBox" name="logGroupBox">
70      <property name="sizePolicy">
71       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
72        <horstretch>0</horstretch>
73        <verstretch>0</verstretch>
74       </sizepolicy>
75      </property>
76      <property name="title">
77       <string>LOG_GROUP_TITLE</string>
78      </property>
79      <layout class="QGridLayout" name="gridLayout_2">
80       <item row="0" column="0">
81        <layout class="QGridLayout" name="gridLayout">
82         <item row="0" column="0">
83          <widget class="QLabel" name="workingDirectoryLabel">
84           <property name="text">
85            <string>Hexotic_WORKING_DIR</string>
86           </property>
87          </widget>
88         </item>
89         <item row="0" column="1">
90          <widget class="QLineEdit" name="myHexoticWorkingDir"/>
91         </item>
92         <item row="0" column="2">
93          <widget class="QPushButton" name="dirBtn">
94           <property name="text">
95            <string>Hexotic_SELECT_DIR</string>
96           </property>
97          </widget>
98         </item>
99         <item row="1" column="0">
100          <widget class="QLabel" name="verboseLevelLabel">
101           <property name="text">
102            <string>Hexotic_VERBOSITY</string>
103           </property>
104          </widget>
105         </item>
106         <item row="1" column="1">
107          <widget class="QSpinBox" name="myHexoticVerbosity"/>
108         </item>
109        </layout>
110       </item>
111       <item row="1" column="0">
112        <layout class="QHBoxLayout" name="horizontalLayout">
113         <item>
114          <widget class="QCheckBox" name="logInFileCheck">
115           <property name="text">
116            <string>LOG_IN_FILE</string>
117           </property>
118           <property name="checked">
119            <bool>true</bool>
120           </property>
121          </widget>
122         </item>
123         <item>
124          <widget class="QCheckBox" name="removeLogOnSuccessCheck">
125           <property name="text">
126            <string>REMOVE_LOG_ON_SUCCESS</string>
127           </property>
128           <property name="checked">
129            <bool>true</bool>
130           </property>
131          </widget>
132         </item>
133        </layout>
134       </item>
135       <item row="2" column="0">
136        <widget class="QCheckBox" name="keepWorkingFilesCheck">
137         <property name="text">
138          <string>KEEP_WORKING_FILES</string>
139         </property>
140         <property name="autoExclusive">
141          <bool>false</bool>
142         </property>
143        </widget>
144       </item>
145      </layout>
146     </widget>
147    </item>
148    <item row="1" column="0">
149     <widget class="QPushButton" name="addBtn">
150      <property name="text">
151       <string>Hexotic_ADD_OPTION</string>
152      </property>
153     </widget>
154    </item>
155   </layout>
156  </widget>
157  <customwidgets>
158   <customwidget>
159    <class>HexoticPluginGUI_TreeWidget</class>
160    <extends>QTreeWidget</extends>
161    <header location="global">HexoticPluginGUI_TreeWidget.h</header>
162   </customwidget>
163  </customwidgets>
164  <resources/>
165  <connections/>
166 </ui>