ukui-clock/setupPage.ui

115 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>setuppage</class>
<widget class="QWidget" name="setuppage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>328</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>328</width>
<height>450</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QSlider" name="horizontalSlider">
<property name="geometry">
<rect>
<x>100</x>
<y>400</y>
<width>197</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="closeBtn">
<property name="geometry">
<rect>
<x>284</x>
<y>14</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>30</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="settingLabel">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>81</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: &quot;Noto Sans Bengali&quot;;
font-size:18px;</string>
</property>
<property name="text">
<string>setting</string>
</property>
</widget>
<widget class="QLabel" name="muteLabel">
<property name="geometry">
<rect>
<x>30</x>
<y>66</y>
<width>68</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<kerning>true</kerning>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Mute</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>