123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clNoticeDetail</class>
- <widget class="QWidget" name="clNoticeDetail">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>722</width>
- <height>607</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_offlineExam" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>20</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_gobackList">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>30</y>
- <width>161</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>返回列表</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="widget_clnd_client" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>80</y>
- <width>971</width>
- <height>611</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_clnd_title">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>10</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>金融投资中的教学方法</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clnd_time">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>40</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>2019-10-25 11:33:29</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>70</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QTextBrowser" name="txtb_noticeContent">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>130</y>
- <width>361</width>
- <height>171</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|