1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1012</width>
- <height>738</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>精美窗口</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>161</x>
- <y>134</y>
- <width>471</width>
- <height>351</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:3px;
- border-style:solid;
- border-color:blue;
- border-radius:10px;
- border-top-color:red;
- border-bottom-color:green;
- border-left-color:pink;
- border-right-color:black;</string>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>302</x>
- <y>567</y>
- <width>171</width>
- <height>71</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-width:1px;
- border-style:solid;
- border-color:blue;
- border-radius:10px;
- border-top-color:red;
- border-bottom-color:green;
- border-left-color:pink;
- border-right-color:black;</string>
- </property>
- <property name="text">
- <string>处理视频</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>232</x>
- <y>37</y>
- <width>251</width>
- <height>51</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Bahnschrift</family>
- <weight>50</weight>
- <italic>true</italic>
- <bold>false</bold>
- </font>
- </property>
- <property name="text">
- <string>精美窗口</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|