clNoticePopWidget.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>clNoticePopWidget</class>
  4. <widget class="QWidget" name="clNoticePopWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_npw_BG" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>401</width>
  22. <height>301</height>
  23. </rect>
  24. </property>
  25. <widget class="QLabel" name="label_noticeIcon">
  26. <property name="geometry">
  27. <rect>
  28. <x>10</x>
  29. <y>20</y>
  30. <width>54</width>
  31. <height>12</height>
  32. </rect>
  33. </property>
  34. <property name="text">
  35. <string/>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_noticeTitle">
  39. <property name="geometry">
  40. <rect>
  41. <x>70</x>
  42. <y>20</y>
  43. <width>54</width>
  44. <height>12</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>公告通知大标题</string>
  49. </property>
  50. </widget>
  51. <widget class="QPushButton" name="btn_detail">
  52. <property name="geometry">
  53. <rect>
  54. <x>300</x>
  55. <y>260</y>
  56. <width>75</width>
  57. <height>23</height>
  58. </rect>
  59. </property>
  60. <property name="text">
  61. <string>详情</string>
  62. </property>
  63. </widget>
  64. <widget class="QPushButton" name="btn_ignore">
  65. <property name="geometry">
  66. <rect>
  67. <x>200</x>
  68. <y>260</y>
  69. <width>75</width>
  70. <height>23</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>忽略</string>
  75. </property>
  76. </widget>
  77. <widget class="QTextBrowser" name="txtb_noticeContent">
  78. <property name="geometry">
  79. <rect>
  80. <x>20</x>
  81. <y>40</y>
  82. <width>361</width>
  83. <height>171</height>
  84. </rect>
  85. </property>
  86. </widget>
  87. </widget>
  88. </widget>
  89. <resources/>
  90. <connections/>
  91. </ui>