[vlmc-devel] commit: EffectInstanceWidget: trying to improve the GUI a little more. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sun Aug 22 22:54:23 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sun Aug 22 21:43:41 2010 +0200| [1ac27de173eff95785179a08d3dd3bdd79950ea2] | committer: Hugo Beauzée-Luyssen 

EffectInstanceWidget: trying to improve the GUI a little more.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=1ac27de173eff95785179a08d3dd3bdd79950ea2
---

 src/Gui/effectsengine/ui/EffectInstanceWidget.ui |   58 ++++++++++++++++++++-
 1 files changed, 55 insertions(+), 3 deletions(-)

diff --git a/src/Gui/effectsengine/ui/EffectInstanceWidget.ui b/src/Gui/effectsengine/ui/EffectInstanceWidget.ui
index 07bf68d..f2709a2 100644
--- a/src/Gui/effectsengine/ui/EffectInstanceWidget.ui
+++ b/src/Gui/effectsengine/ui/EffectInstanceWidget.ui
@@ -22,6 +22,12 @@
      <layout class="QGridLayout" name="gridLayout">
       <item row="0" column="0">
        <widget class="QLabel" name="nameLabel">
+        <property name="font">
+         <font>
+          <weight>75</weight>
+          <bold>true</bold>
+         </font>
+        </property>
         <property name="text">
          <string>Name</string>
         </property>
@@ -36,6 +42,12 @@
       </item>
       <item row="0" column="2">
        <widget class="QLabel" name="authorLabel">
+        <property name="font">
+         <font>
+          <weight>75</weight>
+          <bold>true</bold>
+         </font>
+        </property>
         <property name="text">
          <string>Author</string>
         </property>
@@ -50,6 +62,12 @@
       </item>
       <item row="1" column="0">
        <widget class="QLabel" name="typeLabel">
+        <property name="font">
+         <font>
+          <weight>75</weight>
+          <bold>true</bold>
+         </font>
+        </property>
         <property name="text">
          <string>Type</string>
         </property>
@@ -64,6 +82,12 @@
       </item>
       <item row="1" column="2">
        <widget class="QLabel" name="versionLabel">
+        <property name="font">
+         <font>
+          <weight>75</weight>
+          <bold>true</bold>
+         </font>
+        </property>
         <property name="text">
          <string>Version</string>
         </property>
@@ -76,20 +100,48 @@
         </property>
        </widget>
       </item>
-      <item row="2" column="0">
+      <item row="3" column="0">
        <widget class="QLabel" name="descLabel">
+        <property name="font">
+         <font>
+          <weight>75</weight>
+          <bold>true</bold>
+         </font>
+        </property>
         <property name="text">
          <string>Description</string>
         </property>
+        <property name="wordWrap">
+         <bool>false</bool>
+        </property>
        </widget>
       </item>
-      <item row="2" column="1" colspan="3">
+      <item row="3" column="1" colspan="3">
        <widget class="QLabel" name="descValueLabel">
         <property name="text">
          <string/>
         </property>
+        <property name="wordWrap">
+         <bool>false</bool>
+        </property>
        </widget>
       </item>
+      <item row="2" column="0">
+       <spacer name="verticalSpacer">
+        <property name="orientation">
+         <enum>Qt::Vertical</enum>
+        </property>
+        <property name="sizeType">
+         <enum>QSizePolicy::Fixed</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>0</width>
+          <height>10</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
      </layout>
     </widget>
    </item>
@@ -104,7 +156,7 @@
         <x>0</x>
         <y>0</y>
         <width>386</width>
-        <height>159</height>
+        <height>145</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_2">



More information about the Vlmc-devel mailing list