| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>cfrm_fenetre</class>
- <widget class="QDialog" name="cfrm_fenetre">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>157</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>400</width>
- <height>157</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>400</width>
- <height>157</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- <pointsize>9</pointsize>
- </font>
- </property>
- <property name="windowTitle">
- <string>Confirmation</string>
- </property>
- <widget class="QLabel" name="cfrm_txt">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>361</width>
- <height>61</height>
- </rect>
- </property>
- <property name="text">
- <string>texte</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="cfrm_non">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>100</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Non</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="cfrm_oui">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>100</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- <weight>50</weight>
- <bold>false</bold>
- </font>
- </property>
- <property name="text">
- <string>Oui</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|