| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>msg_fenetre</class>
- <widget class="QDialog" name="msg_fenetre">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>259</width>
- <height>106</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>DMonde</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="DmLabel" name="msg_txt">
- <property name="minimumSize">
- <size>
- <width>241</width>
- <height>51</height>
- </size>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="msg_ok">
- <property name="minimumSize">
- <size>
- <width>241</width>
- <height>31</height>
- </size>
- </property>
- <property name="text">
- <string>D'accord</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>DmLabel</class>
- <extends>QLabel</extends>
- <header location="global">dm.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|