12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clNoticePopWidget</class>
- <widget class="QWidget" name="clNoticePopWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_npw_BG" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>401</width>
- <height>301</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_noticeIcon">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_noticeTitle">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>公告通知大标题</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_detail">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>260</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>详情</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_ignore">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>260</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>忽略</string>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_noticeContent">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>361</width>
- <height>171</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|