qt_warning.ui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>482</width>
  10. <height>253</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>249</width>
  16. <height>253</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>674</width>
  22. <height>664</height>
  23. </size>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <family>Verdana</family>
  28. </font>
  29. </property>
  30. <property name="windowTitle">
  31. <string>Warning</string>
  32. </property>
  33. <property name="windowIcon">
  34. <iconset>
  35. <normaloff>rsc/icon.svg</normaloff>rsc/icon.svg</iconset>
  36. </property>
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <layout class="QHBoxLayout" name="horizontalLayout">
  40. <item>
  41. <widget class="QLabel" name="label_2">
  42. <property name="maximumSize">
  43. <size>
  44. <width>40</width>
  45. <height>40</height>
  46. </size>
  47. </property>
  48. <property name="text">
  49. <string/>
  50. </property>
  51. <property name="pixmap">
  52. <pixmap>rsc/warning_32.png</pixmap>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QLabel" name="label">
  58. <property name="font">
  59. <font>
  60. <pointsize>12</pointsize>
  61. <weight>75</weight>
  62. <bold>true</bold>
  63. </font>
  64. </property>
  65. <property name="text">
  66. <string>Avertissement(s)</string>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item>
  73. <widget class="QPlainTextEdit" name="displayText"/>
  74. </item>
  75. </layout>
  76. </widget>
  77. <resources/>
  78. <connections/>
  79. </ui>