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
22101ad9
Commit
22101ad9
authored
May 03, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qt4 - Open dialog. Smaller Width;
parent
b49c155e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
6 deletions
+5
-6
modules/gui/qt4/dialogs/open.cpp
modules/gui/qt4/dialogs/open.cpp
+1
-1
modules/gui/qt4/ui/open.ui
modules/gui/qt4/ui/open.ui
+1
-1
modules/gui/qt4/ui/open_capture.ui
modules/gui/qt4/ui/open_capture.ui
+0
-1
modules/gui/qt4/ui/open_disk.ui
modules/gui/qt4/ui/open_disk.ui
+1
-1
modules/gui/qt4/ui/open_file.ui
modules/gui/qt4/ui/open_file.ui
+1
-1
modules/gui/qt4/ui/open_net.ui
modules/gui/qt4/ui/open_net.ui
+1
-1
No files found.
modules/gui/qt4/dialogs/open.cpp
View file @
22101ad9
...
@@ -44,7 +44,7 @@ OpenDialog::OpenDialog( QWidget *parent, intf_thread_t *_p_intf, bool modal,
...
@@ -44,7 +44,7 @@ OpenDialog::OpenDialog( QWidget *parent, intf_thread_t *_p_intf, bool modal,
ui
.
setupUi
(
this
);
ui
.
setupUi
(
this
);
setWindowTitle
(
qtr
(
"Open"
)
);
setWindowTitle
(
qtr
(
"Open"
)
);
resize
(
50
0
,
300
);
resize
(
41
0
,
300
);
/* Tab definition and creation */
/* Tab definition and creation */
fileOpenPanel
=
new
FileOpenPanel
(
ui
.
Tab
,
p_intf
);
fileOpenPanel
=
new
FileOpenPanel
(
ui
.
Tab
,
p_intf
);
...
...
modules/gui/qt4/ui/open.ui
View file @
22101ad9
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>4
4
0</width>
<width>4
0
0</width>
<height>300</height>
<height>300</height>
</rect>
</rect>
</property>
</property>
...
...
modules/gui/qt4/ui/open_capture.ui
View file @
22101ad9
...
@@ -83,7 +83,6 @@
...
@@ -83,7 +83,6 @@
</item>
</item>
</layout>
</layout>
</widget>
</widget>
<includes/>
<resources/>
<resources/>
<connections/>
<connections/>
</ui>
</ui>
modules/gui/qt4/ui/open_disk.ui
View file @
22101ad9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>4
75
</width>
<width>4
00
</width>
<height>287</height>
<height>287</height>
</rect>
</rect>
</property>
</property>
...
...
modules/gui/qt4/ui/open_file.ui
View file @
22101ad9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>4
36
</width>
<width>4
00
</width>
<height>194</height>
<height>194</height>
</rect>
</rect>
</property>
</property>
...
...
modules/gui/qt4/ui/open_net.ui
View file @
22101ad9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>4
5
0</width>
<width>4
2
0</width>
<height>205</height>
<height>205</height>
</rect>
</rect>
</property>
</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