DialogUserMsg.ui 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogUserMsg</class>
  4. <widget class="QDialog" name="DialogUserMsg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>655</width>
  10. <height>212</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogUserMsg</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>651</width>
  22. <height>35</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">background-color: rgb(255, 0, 0);</string>
  27. </property>
  28. <property name="text">
  29. <string>错误信息</string>
  30. </property>
  31. </widget>
  32. <widget class="QGroupBox" name="groupBox">
  33. <property name="geometry">
  34. <rect>
  35. <x>0</x>
  36. <y>35</y>
  37. <width>651</width>
  38. <height>121</height>
  39. </rect>
  40. </property>
  41. <property name="title">
  42. <string/>
  43. </property>
  44. <widget class="QTextEdit" name="editMsg">
  45. <property name="geometry">
  46. <rect>
  47. <x>0</x>
  48. <y>0</y>
  49. <width>651</width>
  50. <height>121</height>
  51. </rect>
  52. </property>
  53. </widget>
  54. </widget>
  55. <widget class="QPushButton" name="buttonOk">
  56. <property name="geometry">
  57. <rect>
  58. <x>530</x>
  59. <y>170</y>
  60. <width>111</width>
  61. <height>31</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>OK</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="labelTime">
  69. <property name="enabled">
  70. <bool>true</bool>
  71. </property>
  72. <property name="geometry">
  73. <rect>
  74. <x>360</x>
  75. <y>170</y>
  76. <width>161</width>
  77. <height>31</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>TextLabel</string>
  82. </property>
  83. </widget>
  84. </widget>
  85. <layoutdefault spacing="6" margin="11"/>
  86. <resources/>
  87. <connections/>
  88. </ui>