209 lines
5.0 KiB
Plaintext
Raw Normal View History

2024-11-25 17:15:44 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SoundDialog</class>
<widget class="QDialog" name="SoundDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>558</x>
<y>240</y>
<width>804</width>
<height>598</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#groupBox{background: #FFFFFF;
border-radius: 32px;}</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QSlider" name="slider">
<property name="geometry">
<rect>
<x>220</x>
<y>340</y>
<width>400</width>
<height>43</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="title_Label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>804</width>
<height>64</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/gamePage/dialog.png);</string>
</property>
<property name="text">
<string>提示:音量调节</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="confirm_Btn">
<property name="geometry">
<rect>
<x>340</x>
<y>440</y>
<width>120</width>
<height>45</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border-radius: 4px;
border: 1px solid #0D9DDB;
color:#0D9DDB;</string>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
<widget class="QPushButton" name="cancel_Btn">
<property name="geometry">
<rect>
<x>235</x>
<y>513</y>
<width>120</width>
<height>45</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">border-radius: 4px;
border: 1px solid #0D9DDB;
color:#0D9DDB;</string>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>240</x>
<y>205</y>
<width>360</width>
<height>60</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#groupBox_2{background: #FFFFFF;
border: 1px solid #05A6EC;}</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="plus_Btn">
<property name="geometry">
<rect>
<x>299</x>
<y>1</y>
<width>60</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/gamePage/plus.png);</string>
</property>
<property name="text">
<string/>
</property>
<property name="autoRepeat">
<bool>true</bool>
</property>
<property name="autoRepeatInterval">
<number>50</number>
</property>
</widget>
<widget class="QPushButton" name="minus_Btn">
<property name="geometry">
<rect>
<x>1</x>
<y>1</y>
<width>60</width>
<height>58</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/gamePage/minus.png);</string>
</property>
<property name="text">
<string/>
</property>
<property name="autoRepeat">
<bool>true</bool>
</property>
<property name="autoRepeatInterval">
<number>50</number>
</property>
</widget>
<widget class="QLabel" name="value_Label">
<property name="geometry">
<rect>
<x>60</x>
<y>3</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>