Salome HOME
bug
[tools/eficas.git] / UiQT5 / desWidgetBloc.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetBloc</class>
4  <widget class="QWidget" name="WidgetBloc">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1033</width>
10     <height>25</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <property name="styleSheet">
17    <string notr="true"> QGroupBox {
18      border: 1px solid gray;
19      border-radius: 5px;
20      margin-top: 1ex; /* leave space at the top for the title */
21  }
22
23  QGroupBox::title {
24      padding: 0 3px;
25  }</string>
26   </property>
27   <layout class="QVBoxLayout" name="verticalLayout">
28    <property name="margin">
29     <number>0</number>
30    </property>
31    <item>
32     <layout class="QVBoxLayout" name="commandesLayout">
33      <property name="spacing">
34       <number>0</number>
35      </property>
36      <property name="topMargin">
37       <number>5</number>
38      </property>
39     </layout>
40    </item>
41   </layout>
42  </widget>
43  <resources/>
44  <connections/>
45 </ui>