qfedu-basic-level/day12/qtdemo3/widget.ui

217 lines
6.0 KiB
Plaintext
Raw Permalink Normal View History

2023-06-28 23:02:58 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>654</width>
<height>476</height>
</rect>
</property>
<property name="cursor">
<cursorShape>OpenHandCursor</cursorShape>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<property name="windowIcon">
<iconset resource="res.qrc">
<normaloff>:/images/open</normaloff>:/images/open</iconset>
</property>
<widget class="QPushButton" name="hotBtn">
<property name="geometry">
<rect>
<x>170</x>
<y>8</y>
<width>201</width>
<height>81</height>
</rect>
</property>
<property name="cursor">
<cursorShape>ClosedHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">font: 36pt &quot;华文隶书&quot;;
alternate-background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(9, 41, 4, 255), stop:0.085 rgba(2, 79, 0, 255), stop:0.19 rgba(50, 147, 22, 255), stop:0.275 rgba(236, 191, 49, 255), stop:0.39 rgba(243, 61, 34, 255), stop:0.555 rgba(135, 81, 60, 255), stop:0.667 rgba(121, 75, 255, 255), stop:0.825 rgba(164, 255, 244, 255), stop:0.885 rgba(104, 222, 71, 255), stop:1 rgba(93, 128, 0, 255));
color: rgb(255, 85, 255);</string>
</property>
<property name="text">
<string>热了</string>
</property>
<property name="iconSize">
<size>
<width>37</width>
<height>55</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>191</width>
<height>69</height>
</rect>
</property>
<property name="cursor">
<cursorShape>WhatsThisCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 170, 255);
font: 18pt &quot;华文琥珀&quot;;</string>
</property>
<property name="text">
<string>出门买啥?</string>
</property>
</widget>
<widget class="QLabel" name="whatLable">
<property name="geometry">
<rect>
<x>230</x>
<y>120</y>
<width>361</width>
<height>141</height>
</rect>
</property>
<property name="cursor">
<cursorShape>SizeBDiagCursor</cursorShape>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 85, 0);
color: rgb(255, 255, 255);
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 0, 0, 255), stop:0.166 rgba(255, 255, 0, 255), stop:0.333 rgba(0, 255, 0, 255), stop:0.5 rgba(0, 255, 255, 255), stop:0.666 rgba(0, 0, 255, 255), stop:0.833 rgba(255, 0, 255, 255), stop:1 rgba(255, 0, 0, 255));
font: 72pt &quot;华文彩云&quot;;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="coldBtn">
<property name="geometry">
<rect>
<x>410</x>
<y>10</y>
<width>201</width>
<height>81</height>
</rect>
</property>
<property name="cursor">
<cursorShape>CrossCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">font: 36pt &quot;华文隶书&quot;;
selection-background-color: rgb(255, 170, 127);
color: rgb(170, 255, 255);</string>
</property>
<property name="text">
<string>冻着了</string>
</property>
</widget>
<widget class="QLabel" name="imageLable">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>121</width>
<height>121</height>
</rect>
</property>
<property name="cursor">
<cursorShape>WaitCursor</cursorShape>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="setImgBtn">
<property name="geometry">
<rect>
<x>240</x>
<y>300</y>
<width>191</width>
<height>49</height>
</rect>
</property>
<property name="cursor">
<cursorShape>SizeHorCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">font: 28pt &quot;华文隶书&quot;;
</string>
</property>
<property name="text">
<string>设置图片</string>
</property>
</widget>
<widget class="QPushButton" name="setTitleIconBtn">
<property name="geometry">
<rect>
<x>240</x>
<y>400</y>
<width>191</width>
<height>49</height>
</rect>
</property>
<property name="cursor">
<cursorShape>UpArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">font: 18pt &quot;华文隶书&quot;;
</string>
</property>
<property name="text">
<string>标题Icon修改</string>
</property>
</widget>
<widget class="QPushButton" name="showImg">
<property name="geometry">
<rect>
<x>440</x>
<y>280</y>
<width>201</width>
<height>181</height>
</rect>
</property>
<property name="cursor">
<cursorShape>ForbiddenCursor</cursorShape>
</property>
<property name="text">
<string>图片正在派送中</string>
</property>
</widget>
<widget class="QPushButton" name="setbgBtn">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>141</width>
<height>49</height>
</rect>
</property>
<property name="cursor">
<cursorShape>UpArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">font: 18pt &quot;华文隶书&quot;;
</string>
</property>
<property name="text">
<string>背景修改</string>
</property>
</widget>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>