]> SALOME platform Git repositories - plugins/blsurfplugin.git/blob - src/GUI/BLSURFPluginGUI_AdvWidget_QTD.ui
Salome HOME
23307: [EDF 7315] Improvement of DISTENE meshing plugins
[plugins/blsurfplugin.git] / src / GUI / BLSURFPluginGUI_AdvWidget_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BLSURFPluginGUI_AdvWidget_QTD</class>
4  <widget class="QWidget" name="BLSURFPluginGUI_AdvWidget_QTD">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>563</width>
10     <height>293</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <item row="0" column="0" colspan="3">
15     <widget class="QTreeWidget" name="myOptionTable">
16      <property name="editTriggers">
17       <set>QAbstractItemView::DoubleClicked</set>
18      </property>
19      <column>
20       <property name="text">
21        <string>OPTION_NAME_COLUMN</string>
22       </property>
23       <property name="font">
24        <font>
25         <weight>50</weight>
26         <bold>false</bold>
27        </font>
28       </property>
29      </column>
30      <column>
31       <property name="text">
32        <string>OPTION_VALUE_COLUMN</string>
33       </property>
34       <property name="font">
35        <font>
36         <weight>50</weight>
37         <bold>false</bold>
38        </font>
39       </property>
40      </column>
41      <item>
42       <property name="text">
43        <string>BLSURF_MESHING_OPTIONS</string>
44       </property>
45       <property name="font">
46        <font>
47         <weight>75</weight>
48         <bold>true</bold>
49        </font>
50       </property>
51      </item>
52      <item>
53       <property name="text">
54        <string>BLSURF_PRECAD_OPTIONS</string>
55       </property>
56       <property name="font">
57        <font>
58         <weight>75</weight>
59         <bold>true</bold>
60        </font>
61       </property>
62      </item>
63      <item>
64       <property name="text">
65        <string>BLSURF_CUSTOM_OPTIONS</string>
66       </property>
67       <property name="font">
68        <font>
69         <weight>75</weight>
70         <bold>true</bold>
71        </font>
72       </property>
73      </item>
74     </widget>
75    </item>
76    <item row="1" column="0">
77     <widget class="QPushButton" name="addBtn">
78      <property name="text">
79       <string>BLSURF_ADD_OPTION</string>
80      </property>
81     </widget>
82    </item>
83    <item row="2" column="0">
84     <widget class="QLabel" name="label_2">
85      <property name="text">
86       <string>BLSURF_VERBOSITY</string>
87      </property>
88     </widget>
89    </item>
90    <item row="2" column="1">
91     <widget class="QSpinBox" name="myVerbosity">
92      <property name="maximum">
93       <number>10</number>
94      </property>
95      <property name="singleStep">
96       <number>5</number>
97      </property>
98     </widget>
99    </item>
100    <item row="2" column="2">
101     <spacer name="horizontalSpacer">
102      <property name="orientation">
103       <enum>Qt::Horizontal</enum>
104      </property>
105      <property name="sizeHint" stdset="0">
106       <size>
107        <width>362</width>
108        <height>20</height>
109       </size>
110      </property>
111     </spacer>
112    </item>
113    <item row="3" column="0">
114     <widget class="QPushButton" name="chooseGMFBtn">
115      <property name="text">
116       <string>BLSURF_GMF_FILE</string>
117      </property>
118     </widget>
119    </item>
120    <item row="3" column="1" colspan="2">
121     <widget class="QLineEdit" name="myGMFFileName"/>
122    </item>
123   </layout>
124  </widget>
125  <tabstops>
126   <tabstop>addBtn</tabstop>
127   <tabstop>myVerbosity</tabstop>
128   <tabstop>chooseGMFBtn</tabstop>
129   <tabstop>myGMFFileName</tabstop>
130  </tabstops>
131  <resources/>
132  <connections>
133   <connection>
134    <sender>chooseGMFBtn</sender>
135    <signal>clicked()</signal>
136    <receiver>BLSURFPluginGUI_AdvWidget_QTD</receiver>
137    <slot>onChooseGMFFile()</slot>
138    <hints>
139     <hint type="sourcelabel">
140      <x>371</x>
141      <y>136</y>
142     </hint>
143     <hint type="destinationlabel">
144      <x>328</x>
145      <y>194</y>
146     </hint>
147    </hints>
148   </connection>
149  </connections>
150  <slots>
151   <slot>onChooseGMFFile()</slot>
152  </slots>
153 </ui>