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
25300468
Commit
25300468
authored
Sep 20, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: sprefs, simplification
Removal of UDPport... This doesn't belong here
parent
f4362a24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
55 deletions
+1
-55
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+0
-2
modules/gui/qt4/ui/sprefs_input.ui
modules/gui/qt4/ui/sprefs_input.ui
+1
-53
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
25300468
...
@@ -430,8 +430,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
...
@@ -430,8 +430,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC_FILE
(
"input-record-path"
,
Directory
,
ui
.
recordLabel
,
CONFIG_GENERIC_FILE
(
"input-record-path"
,
Directory
,
ui
.
recordLabel
,
ui
.
recordPath
,
ui
.
recordBrowse
);
ui
.
recordPath
,
ui
.
recordBrowse
);
CONFIG_GENERIC_NO_BOOL
(
"server-port"
,
Integer
,
ui
.
portLabel
,
UDPPort
);
CONFIG_GENERIC
(
"http-proxy"
,
String
,
ui
.
httpProxyLabel
,
proxy
);
CONFIG_GENERIC
(
"http-proxy"
,
String
,
ui
.
httpProxyLabel
,
proxy
);
CONFIG_GENERIC_NO_BOOL
(
"ffmpeg-pp-q"
,
Integer
,
ui
.
ppLabel
,
CONFIG_GENERIC_NO_BOOL
(
"ffmpeg-pp-q"
,
Integer
,
ui
.
ppLabel
,
PostProcLevel
);
PostProcLevel
);
...
...
modules/gui/qt4/ui/sprefs_input.ui
View file @
25300468
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<x>
0
</x>
<x>
0
</x>
<y>
0
</y>
<y>
0
</y>
<width>
737
</width>
<width>
737
</width>
<height>
635
</height>
<height>
594
</height>
</rect>
</rect>
</property>
</property>
<property
name=
"windowTitle"
>
<property
name=
"windowTitle"
>
...
@@ -328,58 +328,6 @@
...
@@ -328,58 +328,6 @@
<item
row=
"0"
column=
"1"
>
<item
row=
"0"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"cachingCombo"
/>
<widget
class=
"QComboBox"
name=
"cachingCombo"
/>
</item>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"QLabel"
name=
"portLabel"
>
<property
name=
"minimumSize"
>
<size>
<width>
250
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"text"
>
<string>
Default port (server mode)
</string>
</property>
<property
name=
"margin"
>
<number>
0
</number>
</property>
<property
name=
"buddy"
>
<cstring>
UDPPort
</cstring>
</property>
</widget>
</item>
<item
row=
"4"
column=
"1"
>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<item>
<spacer
name=
"horizontalSpacer_2"
>
<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>
<widget
class=
"QSpinBox"
name=
"UDPPort"
>
<property
name=
"alignment"
>
<set>
Qt::AlignRight
</set>
</property>
<property
name=
"minimum"
>
<number>
1
</number>
</property>
<property
name=
"maximum"
>
<number>
65535
</number>
</property>
<property
name=
"value"
>
<number>
1234
</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</layout>
</widget>
</widget>
</item>
</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