~314r/joliebulle/joliebulle-2.8

4 by 314r
pret pour le packaging
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>682</width>
10
    <height>301</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Editeur</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
17
   <item row="0" column="0" rowspan="2" colspan="2">
18
    <widget class="QWidget" name="widget" native="true">
19
     <layout class="QGridLayout" name="gridLayout">
20
      <item row="0" column="0">
21
       <widget class="QListWidget" name="listWidgetDivers"/>
22
      </item>
23
      <item row="1" column="0">
24
       <layout class="QHBoxLayout" name="horizontalLayout">
25
        <item>
26
         <widget class="QPushButton" name="pushButtonNouveau">
27
          <property name="text">
28
           <string>Nouveau</string>
29
          </property>
30
         </widget>
31
        </item>
32
        <item>
33
         <widget class="QPushButton" name="pushButtonEnlever">
34
          <property name="text">
35
           <string>Enlever</string>
36
          </property>
37
         </widget>
38
        </item>
39
       </layout>
40
      </item>
41
     </layout>
42
    </widget>
43
   </item>
44
   <item row="0" column="2">
45
    <widget class="QWidget" name="widget_2" native="true">
46
     <layout class="QFormLayout" name="formLayout">
47
      <item row="0" column="0">
48
       <widget class="QLabel" name="label">
49
        <property name="text">
50
         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
51
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
52
p, li { white-space: pre-wrap; }
53
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
54
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Nom&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
55
        </property>
56
       </widget>
57
      </item>
58
      <item row="0" column="1">
59
       <widget class="QLineEdit" name="lineEditNom"/>
60
      </item>
61
      <item row="1" column="0">
62
       <widget class="QLabel" name="label_2">
63
        <property name="text">
64
         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
65
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
66
p, li { white-space: pre-wrap; }
67
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Droid Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
68
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Type&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
69
        </property>
70
       </widget>
71
      </item>
72
      <item row="1" column="1">
73
       <widget class="QComboBox" name="comboBoxType"/>
74
      </item>
75
      <item row="2" column="1">
76
       <widget class="QPushButton" name="pushButtonAjouter">
77
        <property name="text">
78
         <string>Ajouter</string>
79
        </property>
80
       </widget>
81
      </item>
82
     </layout>
83
    </widget>
84
   </item>
85
   <item row="1" column="2">
86
    <widget class="QDialogButtonBox" name="buttonBox">
87
     <property name="orientation">
88
      <enum>Qt::Horizontal</enum>
89
     </property>
90
     <property name="standardButtons">
91
      <set>QDialogButtonBox::Close</set>
92
     </property>
93
    </widget>
94
   </item>
95
  </layout>
96
 </widget>
97
 <resources/>
98
 <connections>
99
  <connection>
100
   <sender>buttonBox</sender>
101
   <signal>accepted()</signal>
102
   <receiver>Dialog</receiver>
103
   <slot>accept()</slot>
104
   <hints>
105
    <hint type="sourcelabel">
106
     <x>248</x>
107
     <y>254</y>
108
    </hint>
109
    <hint type="destinationlabel">
110
     <x>157</x>
111
     <y>274</y>
112
    </hint>
113
   </hints>
114
  </connection>
115
  <connection>
116
   <sender>buttonBox</sender>
117
   <signal>rejected()</signal>
118
   <receiver>Dialog</receiver>
119
   <slot>reject()</slot>
120
   <hints>
121
    <hint type="sourcelabel">
122
     <x>316</x>
123
     <y>260</y>
124
    </hint>
125
    <hint type="destinationlabel">
126
     <x>286</x>
127
     <y>274</y>
128
    </hint>
129
   </hints>
130
  </connection>
131
 </connections>
132
</ui>