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
874f69d5
Commit
874f69d5
authored
May 01, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: SPrefs, add a record path configuration option.
parent
2acdb2a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+2
-0
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+19
-2
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
874f69d5
...
...
@@ -386,6 +386,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
free
(
psz_dvddiscpath
);
free
(
psz_vcddiscpath
);
}
CONFIG_GENERIC_FILE
(
"input-record-path"
,
Directory
,
ui
.
recordLabel
,
ui
.
recordPath
,
ui
.
recordBrowse
);
CONFIG_GENERIC_NO_BOOL
(
"server-port"
,
Integer
,
ui
.
portLabel
,
UDPPort
);
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
874f69d5
...
...
@@ -7,8 +7,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
6
16
</width>
<height>
480
</height>
<width>
6
22
</width>
<height>
514
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -41,6 +41,23 @@
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"recordLabel"
>
<property
name=
"text"
>
<string>
Record directory or filename
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"recordPath"
/>
</item>
<item
row=
"1"
column=
"2"
>
<widget
class=
"QPushButton"
name=
"recordBrowse"
>
<property
name=
"text"
>
<string>
Browse...
</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
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