Commit 5bdf4e18 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: various string fixes and consistencies in the ui

parent 0571ef72
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _CONTROLLER_H_ #ifndef QVLC_CONTROLLER_H_
#define _CONTROLLER_H_ #define QVLC_CONTROLLER_H_
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
...@@ -33,14 +33,13 @@ ...@@ -33,14 +33,13 @@
#include <QFrame> #include <QFrame>
#include <QString> #include <QString>
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medium")
#define MAIN_TB1_DEFAULT "64;39;64;38;65" #define MAIN_TB1_DEFAULT "64;39;64;38;65"
#define MAIN_TB2_DEFAULT "0-2;64;3;1;4;64;7;10;9;64-4;37;65;35-4" #define MAIN_TB2_DEFAULT "0-2;64;3;1;4;64;7;10;9;64-4;37;65;35-4"
#define ADV_TB_DEFAULT "12;11;13;14" #define ADV_TB_DEFAULT "12;11;13;14"
#define INPT_TB_DEFAULT "5-1;15-1;33;6-1" #define INPT_TB_DEFAULT "5-1;15-1;33;6-1"
#define FSC_TB_DEFAULT "0-2;64;3;1;4;64;37;64;38;64;8;65;35-4;34" #define FSC_TB_DEFAULT "0-2;64;3;1;4;64;37;64;38;64;8;65;35-4;34"
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medium")
class QPixmap; class QPixmap;
class QLabel; class QLabel;
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#endif #endif
#include "controller_widget.hpp" #include "controller_widget.hpp"
#include "controller.hpp"
#include "input_manager.hpp" /* Get notification of Volume Change */ #include "input_manager.hpp" /* Get notification of Volume Change */
#include "util/input_slider.hpp" /* SoundSlider */ #include "util/input_slider.hpp" /* SoundSlider */
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#include <QFrame> #include <QFrame>
#include <QToolButton> #include <QToolButton>
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a media")
class QLabel; class QLabel;
class QSpinBox; class QSpinBox;
class QAbstractSlider; class QAbstractSlider;
......
...@@ -996,8 +996,8 @@ void CaptureOpenPanel::initialize() ...@@ -996,8 +996,8 @@ void CaptureOpenPanel::initialize()
* Screen * * Screen *
**********/ **********/
addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" ); addModuleAndLayouts( SCREEN_DEVICE, screen, "Desktop" );
QLabel *screenLabel = new QLabel( "This option will open your own " QLabel *screenLabel = new QLabel( "Your display will will be "
"desktop in order to save or stream it."); "opened and played in order to stream or save it." );
screenLabel->setWordWrap( true ); screenLabel->setWordWrap( true );
screenDevLayout->addWidget( screenLabel, 0, 0 ); screenDevLayout->addWidget( screenLabel, 0, 0 );
......
...@@ -54,7 +54,7 @@ ConvertDialog::ConvertDialog( QWidget *parent, intf_thread_t *_p_intf, ...@@ -54,7 +54,7 @@ ConvertDialog::ConvertDialog( QWidget *parent, intf_thread_t *_p_intf,
QGroupBox *destBox = new QGroupBox( qtr( "Destination" ) ); QGroupBox *destBox = new QGroupBox( qtr( "Destination" ) );
QGridLayout *destLayout = new QGridLayout( destBox ); QGridLayout *destLayout = new QGridLayout( destBox );
QLabel *destLabel = new QLabel( qtr( "Target file:" ) ); QLabel *destLabel = new QLabel( qtr( "Destination file:" ) );
destLayout->addWidget( destLabel, 0, 0); destLayout->addWidget( destLabel, 0, 0);
fileLine = new QLineEdit; fileLine = new QLineEdit;
......
...@@ -305,7 +305,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent ) ...@@ -305,7 +305,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
":/folder-grey", SLOT( PLOpenDir() ), "Ctrl+F" ); ":/folder-grey", SLOT( PLOpenDir() ), "Ctrl+F" );
addDPStaticEntry( menu, qtr( "Open &Disc..." ), addDPStaticEntry( menu, qtr( "Open &Disc..." ),
":/disc", SLOT( openDiscDialog() ), "Ctrl+D" ); ":/disc", SLOT( openDiscDialog() ), "Ctrl+D" );
addDPStaticEntry( menu, qtr( "Open &Network..." ), addDPStaticEntry( menu, qtr( "Open &Network Stream..." ),
":/network", SLOT( openNetDialog() ), "Ctrl+N" ); ":/network", SLOT( openNetDialog() ), "Ctrl+N" );
addDPStaticEntry( menu, qtr( "Open &Capture Device..." ), addDPStaticEntry( menu, qtr( "Open &Capture Device..." ),
":/capture-card", SLOT( openCaptureDialog() ), ":/capture-card", SLOT( openCaptureDialog() ),
......
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Jean-Baptiste Kempf</author> <author>Jean-Baptiste Kempf</author>
<class>OpenCapture</class> <class>OpenCapture</class>
<widget class="QWidget" name="OpenCapture" > <widget class="QWidget" name="OpenCapture">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
...@@ -10,57 +11,57 @@ ...@@ -10,57 +11,57 @@
<height>134</height> <height>134</height>
</rect> </rect>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<item row="0" column="0" > <item row="0" column="0">
<widget class="QLabel" name="label" > <widget class="QLabel" name="label">
<property name="text" > <property name="text">
<string>_("Capture mode")</string> <string>_(&quot;Capture mode&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2" > <item row="0" column="2" colspan="2">
<widget class="QComboBox" name="deviceCombo" > <widget class="QComboBox" name="deviceCombo">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip" > <property name="toolTip">
<string>_("Select the capture device type")</string> <string>_(&quot;Select the capture device type&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="4" > <item row="1" column="0" colspan="4">
<widget class="Line" name="line" > <widget class="Line" name="line">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="4" > <item row="2" column="0" colspan="4">
<widget class="QGroupBox" name="cardBox" > <widget class="QGroupBox" name="cardBox">
<property name="title" > <property name="title">
<string>_("Card Selection")</string> <string>_(&quot;Device Selection&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="4" > <item row="3" column="0" colspan="4">
<widget class="QGroupBox" name="optionsBox" > <widget class="QGroupBox" name="optionsBox">
<property name="title" > <property name="title">
<string>_("Options")</string> <string>_(&quot;Options&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0" colspan="4" > <item row="5" column="0" colspan="4">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum> <enum>QSizePolicy::MinimumExpanding</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>0</height> <height>0</height>
...@@ -68,13 +69,13 @@ ...@@ -68,13 +69,13 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="4" column="3" > <item row="4" column="3">
<widget class="QPushButton" name="advancedButton" > <widget class="QPushButton" name="advancedButton">
<property name="toolTip" > <property name="toolTip">
<string>_("Access advanced options to tweak the device")</string> <string>_(&quot;Access advanced options to tweak the device&quot;)</string>
</property> </property>
<property name="text" > <property name="text">
<string>_("Advanced options...")</string> <string>_(&quot;Advanced options...&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
......
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Jean-Baptiste Kempf</author> <author>Jean-Baptiste Kempf</author>
<class>OpenDisk</class> <class>OpenDisk</class>
<widget class="QWidget" name="OpenDisk" > <widget class="QWidget" name="OpenDisk">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
...@@ -10,34 +11,34 @@ ...@@ -10,34 +11,34 @@
<height>319</height> <height>319</height>
</rect> </rect>
</property> </property>
<property name="minimumSize" > <property name="minimumSize">
<size> <size>
<width>500</width> <width>500</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout" > <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QGroupBox" name="diskGroupBox" > <widget class="QGroupBox" name="diskGroupBox">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="title" > <property name="title">
<string>_("Disc Type Selection")</string> <string>_(&quot;Disc Selection&quot;)</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout" > <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" > <item row="0" column="0">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>16</width> <width>16</width>
<height>25</height> <height>25</height>
...@@ -45,25 +46,25 @@ ...@@ -45,25 +46,25 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<widget class="QRadioButton" name="dvdRadioButton" > <widget class="QRadioButton" name="dvdRadioButton">
<property name="layoutDirection" > <property name="layoutDirection">
<enum>Qt::LeftToRight</enum> <enum>Qt::LeftToRight</enum>
</property> </property>
<property name="text" > <property name="text">
<string>DVD</string> <string>DVD</string>
</property> </property>
<property name="checked" > <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" > <item row="0" column="2">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
...@@ -71,19 +72,19 @@ ...@@ -71,19 +72,19 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="3" > <item row="0" column="3">
<widget class="QRadioButton" name="audioCDRadioButton" > <widget class="QRadioButton" name="audioCDRadioButton">
<property name="text" > <property name="text">
<string>_("Audio CD")</string> <string>_(&quot;Audio CD&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="4" > <item row="0" column="4">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
...@@ -91,19 +92,19 @@ ...@@ -91,19 +92,19 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="5" > <item row="0" column="5">
<widget class="QRadioButton" name="vcdRadioButton" > <widget class="QRadioButton" name="vcdRadioButton">
<property name="text" > <property name="text">
<string>SVCD/VCD</string> <string>SVCD/VCD</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="6" > <item row="0" column="6">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>31</width> <width>31</width>
<height>25</height> <height>25</height>
...@@ -111,52 +112,52 @@ ...@@ -111,52 +112,52 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="1" colspan="3" > <item row="1" column="1" colspan="3">
<widget class="QCheckBox" name="dvdsimple" > <widget class="QCheckBox" name="dvdsimple">
<property name="toolTip" > <property name="toolTip">
<string>_("Disable DVD Menus (for compatibility)")</string> <string>_(&quot;Disable DVD Menus (for compatibility)&quot;)</string>
</property> </property>
<property name="text" > <property name="text">
<string>_("No DVD menus")</string> <string>_(&quot;No DVD menus&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="2" colspan="5" > <item row="2" column="2" colspan="5">
<widget class="Line" name="line" > <widget class="Line" name="line">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="7" > <item row="3" column="0" colspan="7">
<layout class="QHBoxLayout" name="horizontalLayout_5" > <layout class="QHBoxLayout" name="horizontalLayout_5">
<item> <item>
<widget class="QLabel" name="deviceLabel" > <widget class="QLabel" name="deviceLabel">
<property name="text" > <property name="text">
<string>_("Disc device")</string> <string>_(&quot;Disc device&quot;)</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>deviceCombo</cstring> <cstring>deviceCombo</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="deviceCombo" > <widget class="QComboBox" name="deviceCombo">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="editable" > <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QToolButton" name="ejectButton" > <widget class="QToolButton" name="ejectButton">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" > <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -164,15 +165,15 @@ ...@@ -164,15 +165,15 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="browseDiscButton" > <widget class="QPushButton" name="browseDiscButton">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text" > <property name="text">
<string>_("Browse...")</string> <string>_(&quot;Browse...&quot;)</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -182,49 +183,49 @@ ...@@ -182,49 +183,49 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="diskOptionBox" > <widget class="QGroupBox" name="diskOptionBox">
<property name="title" > <property name="title">
<string>_("Starting Position")</string> <string>_(&quot;Starting Position&quot;)</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout" > <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QLabel" name="titleLabel" > <widget class="QLabel" name="titleLabel">
<property name="text" > <property name="text">
<string>_("Title")</string> <string>_(&quot;Title&quot;)</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>titleSpin</cstring> <cstring>titleSpin</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="titleSpin" > <widget class="QSpinBox" name="titleSpin">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="autoFillBackground" > <property name="autoFillBackground">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="alignment" > <property name="alignment">
<set>Qt::AlignRight</set> <set>Qt::AlignRight</set>
</property> </property>
<property name="value" > <property name="value">
<number>0</number> <number>0</number>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer" > <spacer name="horizontalSpacer">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::Fixed</enum> <enum>QSizePolicy::Fixed</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
...@@ -233,24 +234,24 @@ ...@@ -233,24 +234,24 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QLabel" name="chapterLabel" > <widget class="QLabel" name="chapterLabel">
<property name="text" > <property name="text">
<string>_("Chapter")</string> <string>_(&quot;Chapter&quot;)</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>chapterSpin</cstring> <cstring>chapterSpin</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="chapterSpin" > <widget class="QSpinBox" name="chapterSpin">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="alignment" > <property name="alignment">
<set>Qt::AlignRight</set> <set>Qt::AlignRight</set>
</property> </property>
</widget> </widget>
...@@ -259,58 +260,52 @@ ...@@ -259,58 +260,52 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="diskOptionBox_2" > <widget class="QGroupBox" name="diskOptionBox_2">
<property name="title" > <property name="title">
<string>_("Audio and Subtitles")</string> <string>_(&quot;Audio and Subtitles&quot;)</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2" > <layout class="QGridLayout" name="gridLayout_2">
<item> <item row="0" column="0">
<widget class="QLabel" name="subtitlesLabel" > <widget class="QLabel" name="audioLabel">
<property name="text" > <property name="text">
<string>_("Subtitles track")</string> <string>_(&quot;Audio track&quot;)</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>subtitlesSpin</cstring> <cstring>audioSpin</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="0" column="1">
<widget class="QSpinBox" name="subtitlesSpin" > <widget class="QSpinBox" name="audioSpin">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="autoFillBackground" > <property name="alignment">
<bool>false</bool>
</property>
<property name="alignment" >
<set>Qt::AlignRight</set> <set>Qt::AlignRight</set>
</property> </property>
<property name="suffix" > <property name="minimum">
<string/>
</property>
<property name="minimum" >
<number>-1</number> <number>-1</number>
</property> </property>
<property name="maximum" > <property name="maximum">
<number>31</number> <number>10</number>
</property> </property>
<property name="value" > <property name="value">
<number>-1</number> <number>-1</number>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="0" column="2">
<spacer name="horizontalSpacer_2" > <spacer name="horizontalSpacer_2">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::Fixed</enum> <enum>QSizePolicy::Fixed</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
...@@ -318,34 +313,40 @@ ...@@ -318,34 +313,40 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item> <item row="0" column="3">
<widget class="QLabel" name="audioLabel" > <widget class="QLabel" name="subtitlesLabel">
<property name="text" > <property name="text">
<string>_("Audio track")</string> <string>_(&quot;Subtitles track&quot;)</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>audioSpin</cstring> <cstring>subtitlesSpin</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="0" column="4">
<widget class="QSpinBox" name="audioSpin" > <widget class="QSpinBox" name="subtitlesSpin">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="alignment" > <property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight</set> <set>Qt::AlignRight</set>
</property> </property>
<property name="minimum" > <property name="suffix">
<string/>
</property>
<property name="minimum">
<number>-1</number> <number>-1</number>
</property> </property>
<property name="maximum" > <property name="maximum">
<number>10</number> <number>31</number>
</property> </property>
<property name="value" > <property name="value">
<number>-1</number> <number>-1</number>
</property> </property>
</widget> </widget>
...@@ -355,13 +356,13 @@ ...@@ -355,13 +356,13 @@
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum> <enum>QSizePolicy::MinimumExpanding</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="sizeHint" stdset="0">
<size> <size>
<width>181</width> <width>181</width>
<height>0</height> <height>0</height>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment