Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9d99a7ab
Commit
9d99a7ab
authored
Jul 29, 2010
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: simple_prefs pack UI
parent
098b32ee
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
422 additions
and
270 deletions
+422
-270
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+7
-8
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/components/simple_preferences.hpp
+1
-0
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+414
-262
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
9d99a7ab
...
...
@@ -564,12 +564,12 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui
.
stylesCombo
->
hide
();
optionWidgets
.
append
(
NULL
);
#endif
ui
.
skins_zone
->
setEnabled
(
ui
.
skins
->
isChecked
()
);
CONNECT
(
ui
.
skins
,
toggled
(
bool
),
ui
.
skins_zone
,
setEnabled
(
bool
)
);
ui
.
native_zone
->
setEnabled
(
ui
.
qt4
->
isChecked
(
)
);
CONNECT
(
ui
.
qt4
,
toggled
(
bool
),
ui
.
native_zone
,
setEnabled
(
bool
)
);
radioGroup
=
new
QButtonGroup
(
this
);
radioGroup
->
addButton
(
ui
.
qt4
,
0
);
radioGroup
->
addButton
(
ui
.
skins
,
1
);
CONNECT
(
radioGroup
,
buttonClicked
(
int
),
ui
.
styleStackedWidget
,
setCurrentIndex
(
int
)
);
ui
.
styleStackedWidget
->
setCurrentIndex
(
radioGroup
->
checkedId
(
)
);
CONNECT
(
ui
.
minimalviewBox
,
toggled
(
bool
),
ui
.
mainPreview
,
setNormalPreview
(
bool
)
);
...
...
@@ -598,8 +598,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONNECT
(
ui
.
updatesBox
,
toggled
(
bool
),
ui
.
updatesDays
,
setEnabled
(
bool
)
);
#else
ui
.
updatesBox
->
hide
();
ui
.
updatesDays
->
hide
();
ui
.
updateNotifierZone
->
hide
();
#endif
/* ONE INSTANCE options */
#if defined( WIN32 ) || defined( HAVE_DBUS ) || defined(__APPLE__)
...
...
modules/gui/qt4/components/simple_preferences.hpp
View file @
9d99a7ab
...
...
@@ -121,6 +121,7 @@ private:
QList
<
QWidget
*>
optionWidgets
;
QStringList
qs_filter
;
QButtonGroup
*
radioGroup
;
#ifdef WIN32
QList
<
QTreeWidgetItem
*>
listAsso
;
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
9d99a7ab
...
...
@@ -7,8 +7,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
793
</width>
<height>
62
5
</height>
<width>
664
</width>
<height>
55
5
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
...
...
@@ -21,12 +21,33 @@
<string>
Form
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_3"
>
<property
name=
"leftMargin"
>
<number>
9
</number>
</property>
<property
name=
"topMargin"
>
<number>
0
</number>
</property>
<property
name=
"bottomMargin"
>
<number>
0
</number>
</property>
<item
row=
"2"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"OneInterfaceBox"
>
<property
name=
"title"
>
<string>
Instances
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<property
name=
"verticalSpacing"
>
<number>
0
</number>
</property>
<property
name=
"leftMargin"
>
<number>
9
</number>
</property>
<property
name=
"rightMargin"
>
<number>
9
</number>
</property>
<property
name=
"bottomMargin"
>
<number>
9
</number>
</property>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"OneInterfaceMode"
>
<property
name=
"text"
>
...
...
@@ -41,32 +62,6 @@
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QPushButton"
name=
"assoButton"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
220
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
Set up associations...
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"assocLabel"
>
<property
name=
"text"
>
<string>
File extensions association
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
@@ -95,33 +90,68 @@
<item
row=
"0"
column=
"2"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"artFetcher"
/>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"updatesBox"
>
<item
row=
"3"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"saveRecentlyPlayed"
>
<property
name=
"minimumSize"
>
<size>
<width>
220
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
Activate update notifier
</string>
<string>
Save recently played items
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"2"
>
<widget
class=
"QSpinBox"
name=
"updatesDays"
>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QLabel"
name=
"filterLabel"
>
<property
name=
"text"
>
<string>
Filter:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"margin"
>
<number>
5
</number>
</property>
<property
name=
"buddy"
>
<cstring>
recentlyPlayedFilters
</cstring>
</property>
</widget>
</item>
<item
row=
"3"
column=
"2"
colspan=
"2"
>
<widget
class=
"QLineEdit"
name=
"recentlyPlayedFilters"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"
alignment
"
>
<s
et>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set
>
<property
name=
"
toolTip
"
>
<s
tring>
Separate words by | (without space)
</string
>
</property>
<property
name=
"suffix"
>
<string>
days
</string>
</widget>
</item>
<item
row=
"2"
column=
"0"
colspan=
"4"
>
<widget
class=
"QWidget"
name=
"updateNotifierZone"
native=
"true"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<property
name=
"margin"
>
<number>
0
</number>
</property>
<property
name=
"prefix"
>
<string>
Every
</string>
<item>
<widget
class=
"QCheckBox"
name=
"updatesBox"
>
<property
name=
"minimumSize"
>
<size>
<width>
220
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
Activate update notifier
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"3"
>
<item
>
<spacer
name=
"horizontalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
...
...
@@ -137,40 +167,26 @@
</property>
</spacer>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"saveRecentlyPlayed"
>
<property
name=
"text"
>
<string>
Save recently played items
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QLabel"
name=
"filterLabel"
>
<property
name=
"text"
>
<string>
Filter:
</string>
<item>
<widget
class=
"QSpinBox"
name=
"updatesDays"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"margin
"
>
<number>
5
</number
>
<property
name=
"suffix
"
>
<string>
days
</string
>
</property>
<property
name=
"buddy
"
>
<cstring>
recentlyPlayedFilters
</c
string>
<property
name=
"prefix
"
>
<string>
Every
</
string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"2"
colspan=
"2"
>
<widget
class=
"QLineEdit"
name=
"recentlyPlayedFilters"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"toolTip"
>
<string>
Separate words by | (without space)
</string>
</property>
</layout>
</widget>
</item>
</layout>
...
...
@@ -182,6 +198,9 @@
<string>
Language
</string>
</property>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<property
name=
"bottomMargin"
>
<number>
0
</number>
</property>
<item>
<widget
class=
"QLabel"
name=
"languageLabel"
>
<property
name=
"maximumSize"
>
...
...
@@ -207,115 +226,105 @@
</layout>
</widget>
</item>
<item
row=
"
1
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"
Looknfeel
Box"
>
<item
row=
"
4
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"
playlistGroup
Box"
>
<property
name=
"title"
>
<string>
Look and feel
</string>
<string>
Playlist
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"7"
column=
"0"
colspan=
"2"
>
<widget
class=
"QRadioButton"
name=
"skins"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_6"
>
<property
name=
"bottomMargin"
>
<number>
9
</number>
</property>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"treePlaylist"
>
<property
name=
"text"
>
<string>
Use custom skin
</string>
<string>
Display playlist tree
</string>
</property>
</widget>
</item>
<item
row=
"
7"
column=
"2"
colspan=
"2
"
>
<widget
class=
"QLabel"
name=
"
skins
Label"
>
<item
row=
"
1"
column=
"0
"
>
<widget
class=
"QLabel"
name=
"
assoc
Label"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"M
inimum"
vsizetype=
"Minimum
"
>
<sizepolicy
hsizetype=
"M
aximum"
vsizetype=
"Preferred
"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"frameShape"
>
<enum>
QFrame::NoFrame
</enum>
</property>
<property
name=
"text"
>
<string
notr=
"true"
>
-This is the skinsLabel place-
</string>
</property>
<property
name=
"textFormat"
>
<enum>
Qt::RichText
</enum>
</property>
<property
name=
"scaledContents"
>
<bool>
false
</bool>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
</set>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
<property
name=
"margin"
>
<number>
5
</number>
</property>
<property
name=
"openExternalLinks"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"6"
column=
"0"
colspan=
"4"
>
<widget
class=
"Line"
name=
"line"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
<string>
File extensions association
</string>
</property>
</widget>
</item>
<item
row=
"8"
column=
"2"
colspan=
"2"
>
<widget
class=
"QWidget"
name=
"skins_zone"
native=
"true"
>
<property
name=
"enabled"
>
<bool>
true
</bool>
</property>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QPushButton"
name=
"assoButton"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"
Preferr
ed"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"
Fix
ed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<property
name=
"margin"
>
<number>
0
</number>
<property
name=
"minimumSize"
>
<size>
<width>
220
</width>
<height>
0
</height>
</size>
</property>
<item>
<widget
class=
"QLabel"
name=
"skinFileLabel"
>
<property
name=
"text"
>
<string>
Skin resource file:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
fileSkin
</cstring>
<string>
Set up associations...
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLineEdit"
name=
"fileSkin"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
</layout>
</widget>
</item>
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"LooknfeelBox"
>
<property
name=
"title"
>
<string>
Look and feel
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"2"
column=
"0"
rowspan=
"6"
colspan=
"3"
>
<widget
class=
"QStackedWidget"
name=
"styleStackedWidget"
>
<property
name=
"currentIndex"
>
<number>
0
</number>
</property>
<widget
class=
"QWidget"
name=
"nativePage"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_4"
>
<property
name=
"leftMargin"
>
<number>
0
</number>
</property>
<property
name=
"rightMargin"
>
<number>
0
</number>
</property>
<item>
<widget
class=
"QPushButton"
name=
"skinBrowse
"
>
<widget
class=
"InterfacePreviewWidget"
name=
"mainPreview
"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Fixed
"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Maximum
"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
Choose...
</string>
<property
name=
"minimumSize"
>
<size>
<width>
122
</width>
<height>
50
</height>
</size>
</property>
<property
name=
"baseSize"
>
<size>
<width>
0
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
background-color: rgb(192, 192, 192);
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignHCenter|Qt::AlignTop
</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item
row=
"0"
column=
"2"
rowspan=
"3"
colspan=
"2"
>
<item>
<widget
class=
"QWidget"
name=
"native_zone"
native=
"true"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
...
...
@@ -327,19 +336,6 @@
<property
name=
"margin"
>
<number>
0
</number>
</property>
<item
row=
"10"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"stylesCombo"
/>
</item>
<item
row=
"10"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string>
Force window style:
</string>
</property>
<property
name=
"buddy"
>
<cstring>
stylesCombo
</cstring>
</property>
</widget>
</item>
<item
row=
"7"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"systrayBox"
>
<property
name=
"text"
>
...
...
@@ -382,64 +378,202 @@
</property>
</widget>
</item>
</layout>
</widget>
<item
row=
"8"
column=
"0"
rowspan=
"2"
colspan=
"2"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<spacer
name=
"horizontalSpacer_3"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<widget
class=
"QRadioButton"
name=
"qt4"
>
<property
name=
"toolTip"
>
<string>
This is VLC's default interface, with a native look and feel.
</string>
<item>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
Use native style
</string>
<string>
Force window style:
</string>
</property>
<property
name=
"checked
"
>
<bool>
true
</bool
>
<property
name=
"buddy
"
>
<cstring>
stylesCombo
</cstring
>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
rowspan=
"2"
colspan=
"2"
>
<widget
class=
"InterfacePreviewWidget"
name=
"mainPreview"
>
<item>
<widget
class=
"QComboBox"
name=
"stylesCombo"
/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget
class=
"QWidget"
name=
"skinsPage"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_5"
>
<property
name=
"leftMargin"
>
<number>
0
</number>
</property>
<property
name=
"rightMargin"
>
<number>
0
</number>
</property>
<item>
<widget
class=
"InterfacePreviewWidget"
name=
"skinsPreview"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Maximum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
10
0
</height>
<width>
122
</width>
<height>
5
0
</height>
</size>
</property>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
background-color: rgb(192, 192, 192);
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignHCenter|Qt::AlignTop
</set>
<set>
Qt::AlignCenter
</set>
</property>
</widget>
</item>
<item
row=
"8"
column=
"0"
colspan=
"2"
>
<widget
class=
"InterfacePreviewWidget"
name=
"skinsPreview"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
background-color: rgb(192, 192, 192);
</string>
<item>
<widget
class=
"QWidget"
name=
"skins_zone"
native=
"true"
>
<property
name=
"enabled"
>
<bool>
true
</bool>
</property>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_7"
>
<property
name=
"margin"
>
<number>
0
</number>
</property>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QLabel"
name=
"skinFileLabel"
>
<property
name=
"text"
>
<string>
Skin resource file:
</string>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
</property>
<property
name=
"buddy"
>
<cstring>
fileSkin
</cstring>
</property>
</widget>
</item>
</layout>
<item
row=
"1"
column=
"2"
>
<widget
class=
"QLineEdit"
name=
"fileSkin"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"MinimumExpanding"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item
row=
"4"
column=
"0"
colspan=
"2"
>
<widget
class=
"QGroupBox"
name=
"playlistGroupBox"
>
<property
name=
"title"
>
<string>
Playlist
</string>
<item
row=
"1"
column=
"3"
>
<widget
class=
"QPushButton"
name=
"skinBrowse"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_6"
>
<property
name=
"text"
>
<string>
Choose...
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
colspan=
"3"
>
<widget
class=
"QLabel"
name=
"skinsLabel"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"frameShape"
>
<enum>
QFrame::NoFrame
</enum>
</property>
<property
name=
"text"
>
<string
notr=
"true"
>
-This is the skinsLabel place-
</string>
</property>
<property
name=
"textFormat"
>
<enum>
Qt::RichText
</enum>
</property>
<property
name=
"scaledContents"
>
<bool>
false
</bool>
</property>
<property
name=
"alignment"
>
<set>
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
</set>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
<property
name=
"margin"
>
<number>
5
</number>
</property>
<property
name=
"openExternalLinks"
>
<bool>
true
</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"treePlaylist"
>
<widget
class=
"QRadioButton"
name=
"qt4"
>
<property
name=
"toolTip"
>
<string>
This is VLC's default interface, with a native look and feel.
</string>
</property>
<property
name=
"text"
>
<string>
Display playlist tree
</string>
<string>
Use native style
</string>
</property>
<property
name=
"checked"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QRadioButton"
name=
"skins"
>
<property
name=
"text"
>
<string>
Use custom skin
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"2"
>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
40
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
...
...
@@ -453,9 +587,27 @@
</customwidget>
</customwidgets>
<tabstops>
<tabstop>
language
</tabstop>
<tabstop>
qt4
</tabstop>
<tabstop>
skins
</tabstop>
<tabstop>
fsController
</tabstop>
<tabstop>
minimalviewBox
</tabstop>
<tabstop>
embedVideo
</tabstop>
<tabstop>
resizingBox
</tabstop>
<tabstop>
systrayBox
</tabstop>
<tabstop>
sysPop
</tabstop>
<tabstop>
stylesCombo
</tabstop>
<tabstop>
OneInterfaceMode
</tabstop>
<tabstop>
EnqueueOneInterfaceMode
</tabstop>
<tabstop>
artFetcher
</tabstop>
<tabstop>
updatesBox
</tabstop>
<tabstop>
updatesDays
</tabstop>
<tabstop>
saveRecentlyPlayed
</tabstop>
<tabstop>
recentlyPlayedFilters
</tabstop>
<tabstop>
treePlaylist
</tabstop>
<tabstop>
assoButton
</tabstop>
<tabstop>
skinBrowse
</tabstop>
<tabstop>
fileSkin
</tabstop>
</tabstops>
<resources/>
<connections/>
...
...
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