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
14793f5c
Commit
14793f5c
authored
Dec 06, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: increase the size for the license and network dialog
Close #6556
parent
a1ddda85
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
27 deletions
+13
-27
modules/gui/qt4/components/open_panels.cpp
modules/gui/qt4/components/open_panels.cpp
+4
-0
modules/gui/qt4/ui/about.ui
modules/gui/qt4/ui/about.ui
+0
-14
modules/gui/qt4/ui/open_net.ui
modules/gui/qt4/ui/open_net.ui
+9
-13
No files found.
modules/gui/qt4/components/open_panels.cpp
View file @
14793f5c
...
...
@@ -656,6 +656,10 @@ NetOpenPanel::NetOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
else
b_recentList
=
false
;
QFont
smallFont
=
QApplication
::
font
();
smallFont
.
setPointSize
(
smallFont
.
pointSize
()
-
1
);
ui
.
examples
->
setFont
(
smallFont
);
/* Use a simple validator for URLs */
ui
.
urlComboBox
->
setValidator
(
new
UrlValidator
(
this
)
);
ui
.
urlComboBox
->
setFocus
();
...
...
modules/gui/qt4/ui/about.ui
View file @
14793f5c
...
...
@@ -134,25 +134,11 @@
<property
name=
"font"
>
<font>
<family>
Courier
</family>
<pointsize>
9
</pointsize>
</font>
</property>
<property
name=
"lineWrapMode"
>
<enum>
QTextEdit::NoWrap
</enum>
</property>
<property
name=
"html"
>
<string
notr=
"true"
>
<
!DOCTYPE HTML PUBLIC
"
-//W3C//DTD HTML 4.0//EN
"
"
http://www.w3.org/TR/REC-html40/strict.dtd
">
<
html
><
head
><
meta name=
"
qrichtext
"
content=
"
1
"
/
><
style type=
"
text/css
">
p, li { white-space: pre-wrap; }
<
/style
><
/head
><
body style=
"
font-family:'Courier'; font-size:9pt; font-weight:400; font-style:normal;
">
<
table border=
"
0
"
style=
"
-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;
">
<
tr
>
<
td style=
"
border: none;
">
<
p style=
"
-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;
"><
/p
>
<
p style=
"
-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;
"><
/p
>
<
p style=
"
-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:10pt;
"><
/p
>
<
p style=
"
-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:10pt;
"><
/p
><
/td
><
/tr
><
/table
><
/body
><
/html
>
</string>
</property>
<property
name=
"acceptRichText"
>
<bool>
false
</bool>
</property>
...
...
modules/gui/qt4/ui/open_net.ui
View file @
14793f5c
...
...
@@ -35,20 +35,16 @@
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"label"
>
<widget
class=
"QLabel"
name=
"examples"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
color: #838383;
</string>
</property>
<property
name=
"text"
>
<string>
<
!DOCTYPE HTML PUBLIC
"
-//W3C//DTD HTML 4.0//EN
"
"
http://www.w3.org/TR/REC-html40/strict.dtd
">
<
html
><
head
><
meta name=
"
qrichtext
"
content=
"
1
"
/
><
style type=
"
text/css
">
p, li { white-space: pre-wrap; }
p { margin: 0; -qt-block-indent: 0; text-indent: 0;}
body { font-family: 'sans'; font-size: 8pt; font-weight: 400; }
p
>
span { color: #838383; }
<
/style
><
/head
><
body
>
<
p
><
span
>
http://www.example.com/stream.avi
<
/span
><
/p
>
<
p
><
span
>
rtp://@:1234
<
/span
><
/p
>
<
p
><
span
>
mms://mms.examples.com/stream.asx
<
/span
><
/p
>
<
p
><
span
>
rtsp://server.example.org:8080/test.sdp
<
/span
><
/p
>
<
p
><
span
>
http://www.yourtube.com/watch?v=gg64x
<
/span
><
/p
><
/body
><
/html
>
</string>
<string
notr=
"true"
>
http://www.example.com/stream.avi
rtp://@:1234
mms://mms.examples.com/stream.asx
rtsp://server.example.org:8080/test.sdp
http://www.yourtube.com/watch?v=gg64x
</string>
</property>
<property
name=
"margin"
>
<number>
5
</number>
...
...
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