[vlc-devel] [PATCH] [PATCH] fixed "Enable" is bold sometimes and sometimes not

manikishan manikishanghantasala at gmail.com
Mon Jun 11 17:49:55 CEST 2018


From: Manikshan Ghantasala <manikishanghantasala at gmail.com>

---
 modules/gui/qt/ui/equalizer.ui | 64 +++++++++++++++++++++++-------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

diff --git a/modules/gui/qt/ui/equalizer.ui b/modules/gui/qt/ui/equalizer.ui
index f397b4c..6ef2398 100644
--- a/modules/gui/qt/ui/equalizer.ui
+++ b/modules/gui/qt/ui/equalizer.ui
@@ -14,6 +14,22 @@
    <string>Form</string>
   </property>
   <layout class="QGridLayout" name="gridLayout">
+   <item row="1" column="1">
+    <spacer name="horizontalSpacer">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeType">
+      <enum>QSizePolicy::Preferred</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>40</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
    <item row="0" column="0" colspan="3">
     <layout class="QHBoxLayout">
      <property name="spacing">
@@ -33,6 +49,12 @@
      </property>
      <item>
       <widget class="QCheckBox" name="enableCheck">
+       <property name="font">
+        <font>
+         <weight>75</weight>
+         <bold>true</bold>
+        </font>
+       </property>
        <property name="text">
         <string>Enable</string>
        </property>
@@ -83,19 +105,6 @@
      </item>
     </layout>
    </item>
-   <item row="1" column="0">
-    <widget class="QSlider" name="preampSlider">
-     <property name="maximum">
-      <number>400</number>
-     </property>
-     <property name="value">
-      <number>320</number>
-     </property>
-     <property name="orientation">
-      <enum>Qt::Vertical</enum>
-     </property>
-    </widget>
-   </item>
    <item row="3" column="0" colspan="2">
     <widget class="QLabel" name="preampLabel">
      <property name="text">
@@ -106,22 +115,6 @@
      </property>
     </widget>
    </item>
-   <item row="1" column="1">
-    <spacer name="horizontalSpacer">
-     <property name="orientation">
-      <enum>Qt::Horizontal</enum>
-     </property>
-     <property name="sizeType">
-      <enum>QSizePolicy::Preferred</enum>
-     </property>
-     <property name="sizeHint" stdset="0">
-      <size>
-       <width>40</width>
-       <height>20</height>
-      </size>
-     </property>
-    </spacer>
-   </item>
    <item row="1" column="2" rowspan="4">
     <widget class="QWidget" name="slidersPlaceholder" native="true">
      <property name="sizePolicy">
@@ -139,6 +132,19 @@
      </property>
     </widget>
    </item>
+   <item row="1" column="0">
+    <widget class="QSlider" name="preampSlider">
+     <property name="maximum">
+      <number>400</number>
+     </property>
+     <property name="value">
+      <number>320</number>
+     </property>
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+    </widget>
+   </item>
   </layout>
  </widget>
  <tabstops>
-- 
2.7.4



More information about the vlc-devel mailing list