dial_msg.ui 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>msg_fenetre</class>
  4. <widget class="QDialog" name="msg_fenetre">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>259</width>
  13. <height>106</height>
  14. </rect>
  15. </property>
  16. <property name="font">
  17. <font>
  18. <family>Verdana</family>
  19. </font>
  20. </property>
  21. <property name="windowTitle">
  22. <string>DMonde</string>
  23. </property>
  24. <layout class="QVBoxLayout" name="verticalLayout">
  25. <item>
  26. <widget class="DmLabel" name="msg_txt">
  27. <property name="minimumSize">
  28. <size>
  29. <width>241</width>
  30. <height>51</height>
  31. </size>
  32. </property>
  33. <property name="text">
  34. <string>TextLabel</string>
  35. </property>
  36. <property name="alignment">
  37. <set>Qt::AlignCenter</set>
  38. </property>
  39. <property name="wordWrap">
  40. <bool>true</bool>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="QPushButton" name="msg_ok">
  46. <property name="minimumSize">
  47. <size>
  48. <width>241</width>
  49. <height>31</height>
  50. </size>
  51. </property>
  52. <property name="text">
  53. <string>D'accord</string>
  54. </property>
  55. <property name="default">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. <customwidgets>
  63. <customwidget>
  64. <class>DmLabel</class>
  65. <extends>QLabel</extends>
  66. <header location="global">dm.h</header>
  67. </customwidget>
  68. </customwidgets>
  69. <resources/>
  70. <connections/>
  71. </ui>