删除按钮边框

This commit is contained in:
flykhan 2023-08-31 15:48:38 +08:00
parent 6383a53fbe
commit fd2d480e33
1 changed files with 31 additions and 1 deletions

View File

@ -133,6 +133,9 @@ color: rgb(255, 255, 0);</string>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QToolButton" name="back_btn"> <widget class="QToolButton" name="back_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -150,6 +153,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="last_btn"> <widget class="QToolButton" name="last_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -167,6 +173,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="play_btn"> <widget class="QToolButton" name="play_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -184,6 +193,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="next_btn"> <widget class="QToolButton" name="next_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -201,6 +213,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="front_btn"> <widget class="QToolButton" name="front_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -240,6 +255,9 @@ color: rgb(255, 255, 0);</string>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QToolButton" name="mute_btn"> <widget class="QToolButton" name="mute_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -257,6 +275,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="volume_down_btn"> <widget class="QToolButton" name="volume_down_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -274,6 +295,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QToolButton" name="volume_up_btn"> <widget class="QToolButton" name="volume_up_btn">
<property name="styleSheet">
<string notr="true">border: none;</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
@ -306,6 +330,9 @@ color: rgb(255, 255, 0);</string>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<widget class="QLabel" name="time_left_label"> <widget class="QLabel" name="time_left_label">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 0);</string>
</property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>
@ -320,6 +347,9 @@ color: rgb(255, 255, 0);</string>
</item> </item>
<item> <item>
<widget class="QLabel" name="time_right_label"> <widget class="QLabel" name="time_right_label">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 0);</string>
</property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>
@ -334,7 +364,7 @@ color: rgb(255, 255, 0);</string>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1055</width> <width>1055</width>
<height>26</height> <height>25</height>
</rect> </rect>
</property> </property>
</widget> </widget>