| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DevDataForm</class>
- <widget class="QWidget" name="DevDataForm">
- <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="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>401</width>
- <height>301</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(222, 222, 222);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>311</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>微软雅黑</family>
- <pointsize>12</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QTableWidget" name="tableWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>60</y>
- <width>401</width>
- <height>181</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>240</y>
- <width>61</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>微软雅黑</family>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
- </property>
- <property name="text">
- <string>更新时间:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>240</y>
- <width>140</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>微软雅黑</family>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>314</x>
- <y>260</y>
- <width>61</width>
- <height>23</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgba(255, 255, 255, 0);
- border-color: rgb(0, 0, 0);
- border:2px;</string>
- </property>
- <property name="text">
- <string>关闭</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|