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
169870dc
Commit
169870dc
authored
Oct 12, 2006
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fix for Open in Qt4
parent
b57de680
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
modules/gui/qt4/components/open.cpp
modules/gui/qt4/components/open.cpp
+1
-1
modules/gui/qt4/ui/file_open.ui
modules/gui/qt4/ui/file_open.ui
+17
-17
No files found.
modules/gui/qt4/components/open.cpp
View file @
169870dc
...
...
@@ -47,7 +47,7 @@ void FileOpenPanel::sendUpdate()
QString
FileOpenPanel
::
getUpdatedMRL
()
{
return
ui
.
fileInput
->
t
ext
();
return
ui
.
fileInput
->
currentT
ext
();
}
/**************************************************************************
...
...
modules/gui/qt4/ui/file_open.ui
View file @
169870dc
<ui version="4.0" >
<class>
Dialog
</class>
<widget class="Q
Dialog" name="Dialog
" >
<class>
FileOpen
</class>
<widget class="Q
Widget" name="FileOpen
" >
<property name="geometry" >
<rect>
<x>0</x>
...
...
@@ -238,7 +238,7 @@ p, li { white-space: pre-wrap; }
</spacer>
</item>
<item>
<widget class="QComboBox" name="
lineEdi
t" >
<widget class="QComboBox" name="
fileInpu
t" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
...
...
@@ -294,19 +294,6 @@ p, li { white-space: pre-wrap; }
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="Line" name="line_2" >
<property name="geometry" >
<rect>
<x>150</x>
<y>230</y>
<width>320</width>
<height>16</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2" >
<property name="geometry" >
<rect>
...
...
@@ -678,6 +665,19 @@ p, li { white-space: pre-wrap; }
<string>Extra Audio</string>
</property>
</widget>
<widget class="Line" name="line_2" >
<property name="geometry" >
<rect>
<x>150</x>
<y>230</y>
<width>320</width>
<height>16</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_Disk" >
<attribute name="title" >
...
...
@@ -885,7 +885,7 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
<tabstops>
<tabstop>
lineEdi
t</tabstop>
<tabstop>
fileInpu
t</tabstop>
<tabstop>pushButton_3</tabstop>
<tabstop>lineEdit_2</tabstop>
<tabstop>pushButton_4</tabstop>
...
...
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