Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
5bdf4e18
Commit
5bdf4e18
authored
Mar 15, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: various string fixes and consistencies in the ui
parent
0571ef72
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
182 additions
and
182 deletions
+182
-182
modules/gui/qt4/components/controller.hpp
modules/gui/qt4/components/controller.hpp
+3
-4
modules/gui/qt4/components/controller_widget.cpp
modules/gui/qt4/components/controller_widget.cpp
+1
-0
modules/gui/qt4/components/controller_widget.hpp
modules/gui/qt4/components/controller_widget.hpp
+0
-2
modules/gui/qt4/components/open_panels.cpp
modules/gui/qt4/components/open_panels.cpp
+2
-2
modules/gui/qt4/dialogs/convert.cpp
modules/gui/qt4/dialogs/convert.cpp
+1
-1
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+1
-1
modules/gui/qt4/ui/open_capture.ui
modules/gui/qt4/ui/open_capture.ui
+36
-35
modules/gui/qt4/ui/open_disk.ui
modules/gui/qt4/ui/open_disk.ui
+138
-137
No files found.
modules/gui/qt4/components/controller.hpp
View file @
5bdf4e18
...
@@ -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
;
...
...
modules/gui/qt4/components/controller_widget.cpp
View file @
5bdf4e18
...
@@ -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 */
...
...
modules/gui/qt4/components/controller_widget.hpp
View file @
5bdf4e18
...
@@ -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
;
...
...
modules/gui/qt4/components/open_panels.cpp
View file @
5bdf4e18
...
@@ -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
);
...
...
modules/gui/qt4/dialogs/convert.cpp
View file @
5bdf4e18
...
@@ -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
;
...
...
modules/gui/qt4/menus.cpp
View file @
5bdf4e18
...
@@ -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
()
),
...
...
modules/gui/qt4/ui/open_capture.ui
View file @
5bdf4e18
<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>
_(
"
Capture mode
"
)
</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>
_(
"
Select the capture device type
"
)
</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>
_(
"
Device Selection
"
)
</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>
_(
"
Options
"
)
</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>
_(
"
Access advanced options to tweak the device
"
)
</string>
</property>
</property>
<property name="text"
>
<property
name=
"text"
>
<string>_(
"Advanced options..."
)</string>
<string>
_(
"
Advanced options...
"
)
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
modules/gui/qt4/ui/open_disk.ui
View file @
5bdf4e18
<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>
_(
"
Disc Selection
"
)
</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>
_(
"
Audio CD
"
)
</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>
_(
"
Disable DVD Menus (for compatibility)
"
)
</string>
</property>
</property>
<property name="text"
>
<property
name=
"text"
>
<string>_(
"No DVD menus"
)</string>
<string>
_(
"
No DVD menus
"
)
</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>
_(
"
Disc device
"
)
</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>
_(
"
Browse...
"
)
</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>
_(
"
Starting Position
"
)
</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>
_(
"
Title
"
)
</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>
_(
"
Chapter
"
)
</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>
_(
"
Audio and Subtitles
"
)
</string>
</property>
</property>
<layout class="Q
HBoxLayout" name="horizontalLayout_2"
>
<layout
class=
"Q
GridLayout"
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>
_(
"
Audio track
"
)
</string>
</property>
</property>
<property name="buddy"
>
<property
name=
"buddy"
>
<cstring>
subtitles
Spin</cstring>
<cstring>
audio
Spin
</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>
_(
"
Subtitles track
"
)
</string>
</property>
</property>
<property name="buddy"
>
<property
name=
"buddy"
>
<cstring>
audio
Spin</cstring>
<cstring>
subtitles
Spin
</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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment