1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clNoticeList</class>
- <widget class="QWidget" name="clNoticeList">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>888</width>
- <height>542</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_noticelist" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>30</y>
- <width>871</width>
- <height>571</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_op_top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>931</width>
- <height>80</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_setRead">
- <property name="geometry">
- <rect>
- <x>604</x>
- <y>30</y>
- <width>161</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>标记为已读</string>
- </property>
- </widget>
- </widget>
- <widget class="QTableWidget" name="tablewt_examList">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>80</y>
- <width>871</width>
- <height>401</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|