Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
7d45ebdb
Commit
7d45ebdb
authored
Aug 12, 2009
by
Francois Cartegnie
Committed by
Jean-Baptiste Kempf
Aug 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GUI: sprefs_audio hide lastfm when not checked
parent
e3fad8c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+2
-2
modules/gui/qt4/ui/sprefs_audio.ui
modules/gui/qt4/ui/sprefs_audio.ui
+6
-0
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
7d45ebdb
...
...
@@ -347,10 +347,10 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
else
ui
.
lastfm
->
setChecked
(
false
);
ui
.
lastfm_zone
->
set
Enabled
(
ui
.
lastfm
->
isChecked
()
);
ui
.
lastfm_zone
->
set
Visible
(
ui
.
lastfm
->
isChecked
()
);
CONNECT
(
ui
.
lastfm
,
toggled
(
bool
),
ui
.
lastfm_zone
,
set
Enabled
(
bool
)
);
ui
.
lastfm_zone
,
set
Visible
(
bool
)
);
CONNECT
(
ui
.
lastfm
,
stateChanged
(
int
),
this
,
lastfm_Changed
(
int
)
);
}
...
...
modules/gui/qt4/ui/sprefs_audio.ui
View file @
7d45ebdb
...
...
@@ -11,6 +11,12 @@
<height>
619
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
...
...
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