123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ShowTempPage</class>
- <widget class="QWidget" name="ShowTempPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>460</width>
- <height>896</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="JListWidget" name="serialNumberList">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>84</y>
- <width>441</width>
- <height>331</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"> QListWidget {
- border-radius: 4px;
- }
- QListWidget::item:hover {
- background-color: rgba(176, 176, 216, 0.6);
- }
- QListWidget::item:selected {
- background-color: rgba(160, 160, 200, 0.8);
- color: #fff;
- }</string>
- </property>
- </widget>
- <widget class="QPushButton" name="addBut">
- <property name="geometry">
- <rect>
- <x>373</x>
- <y>50</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </property>
- <property name="toolTip">
- <string extracomment="添加">add</string>
- </property>
- <property name="styleSheet">
- <string notr="true">image: url(:/images/Program/addMatrix.png);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QTabWidget" name="praTabWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>430</y>
- <width>441</width>
- <height>451</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="saveAllBut">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>50</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </property>
- <property name="toolTip">
- <string extracomment="保存所有">Save all</string>
- </property>
- <property name="styleSheet">
- <string notr="true">image: url(:/images/Program/saveBondInfo.png);</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>11</x>
- <y>11</y>
- <width>211</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: transparent;
- border: none;</string>
- </property>
- <property name="text">
- <string extracomment="温度列表Id:">Temperature List Id:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QComboBox" name="idListComboBox">
- <property name="geometry">
- <rect>
- <x>234</x>
- <y>11</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Agency FB</family>
- <pointsize>14</pointsize>
- </font>
- </property>
- </widget>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>422</y>
- <width>441</width>
- <height>2</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(199,202,235);</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- <widget class="QFrame" name="frame_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>78</y>
- <width>441</width>
- <height>2</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(199,202,235);</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- <widget class="QFrame" name="frame_3">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>46</y>
- <width>441</width>
- <height>2</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(199,202,235);</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>JListWidget</class>
- <extends>QListWidget</extends>
- <header location="global">Src/RewriteControl/JListWidget.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|