summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.ui
diff options
context:
space:
mode:
authorHong Jen Yee (PCMan)2016-09-01 16:54:48 +0200
committerHong Jen Yee (PCMan)2016-09-01 16:54:48 +0200
commitd612186540b76530bcd6f730995e453bedef3871 (patch)
tree3ec441cf08798ad678934d595efbe62ef0f600c7 /src/streamwidget.ui
parentAdd authors information. (diff)
downloadpavucontrol-slx-d612186540b76530bcd6f730995e453bedef3871.tar.gz
pavucontrol-slx-d612186540b76530bcd6f730995e453bedef3871.tar.xz
pavucontrol-slx-d612186540b76530bcd6f730995e453bedef3871.zip
* Prevent recursive signal handler invocation.
* Replace some push buttons with tool buttons.
Diffstat (limited to 'src/streamwidget.ui')
-rw-r--r--src/streamwidget.ui28
1 files changed, 11 insertions, 17 deletions
diff --git a/src/streamwidget.ui b/src/streamwidget.ui
index e845fcb..0ec5e79 100644
--- a/src/streamwidget.ui
+++ b/src/streamwidget.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
+ <width>416</width>
<height>103</height>
</rect>
</property>
@@ -17,11 +17,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <widget class="QLabel" name="iconImage">
- <property name="text">
- <string>icon</string>
- </property>
- </widget>
+ <widget class="QLabel" name="iconImage"/>
</item>
<item>
<widget class="QLabel" name="boldNameLabel">
@@ -45,21 +41,19 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="deviceButton">
+ <widget class="QToolButton" name="deviceButton">
<property name="text">
- <string>Device</string>
+ <string>device</string>
</property>
</widget>
</item>
<item>
- <widget class="QPushButton" name="muteToggleButton">
- <property name="text">
- <string/>
+ <widget class="QToolButton" name="muteToggleButton">
+ <property name="toolTip">
+ <string>Mute audio</string>
</property>
<property name="icon">
- <iconset theme="emblem-default">
- <normaloff/>
- </iconset>
+ <iconset theme="audio-volume-muted"/>
</property>
<property name="checkable">
<bool>true</bool>
@@ -67,9 +61,9 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="lockToggleButton">
- <property name="text">
- <string>lock</string>
+ <widget class="QToolButton" name="lockToggleButton">
+ <property name="toolTip">
+ <string>Lock channels together</string>
</property>
<property name="checkable">
<bool>true</bool>