[vlmc-devel] PreviewWidget: Make it compact
Yikai Lu
git at videolan.org
Fri Aug 12 18:16:06 CEST 2016
vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Mon Aug 8 16:23:01 2016 -0500| [4d0b06861a69ca14cc70831017718ed4d0b11f9f] | committer: Yikai Lu
PreviewWidget: Make it compact
> https://code.videolan.org/videolan/vlmc/commit/4d0b06861a69ca14cc70831017718ed4d0b11f9f
---
src/Gui/ui/PreviewWidget.ui | 93 ++++++++++++++++++++++++++++++---------------
1 file changed, 63 insertions(+), 30 deletions(-)
diff --git a/src/Gui/ui/PreviewWidget.ui b/src/Gui/ui/PreviewWidget.ui
index 8449ae5..5397b38 100644
--- a/src/Gui/ui/PreviewWidget.ui
+++ b/src/Gui/ui/PreviewWidget.ui
@@ -29,7 +29,16 @@
<property name="spacing">
<number>0</number>
</property>
- <property name="margin">
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
<number>0</number>
</property>
<item>
@@ -114,17 +123,41 @@
<property name="minimumSize">
<size>
<width>0</width>
- <height>30</height>
+ <height>17</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="toolsWidget" native="true">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>25</height>
+ </size>
+ </property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>2</number>
</property>
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
<item>
<widget class="QPushButton" name="pushButtonPreviousFrame">
<property name="sizePolicy">
@@ -135,14 +168,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
@@ -176,14 +209,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
@@ -217,14 +250,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
@@ -258,14 +291,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
@@ -308,14 +341,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
@@ -349,14 +382,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
@@ -390,14 +423,14 @@
</property>
<property name="minimumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>30</width>
- <height>30</height>
+ <width>25</width>
+ <height>25</height>
</size>
</property>
<property name="toolTip">
More information about the Vlmc-devel
mailing list