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
955947a8
Commit
955947a8
authored
Feb 23, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: try to fix the arrow on the open dialog.
Close #2508/
parent
01e557cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
+10
-11
modules/gui/qt4/dialogs/open.cpp
modules/gui/qt4/dialogs/open.cpp
+1
-0
modules/gui/qt4/ui/open.ui
modules/gui/qt4/ui/open.ui
+8
-5
modules/gui/qt4/ui/open_disk.ui
modules/gui/qt4/ui/open_disk.ui
+1
-6
No files found.
modules/gui/qt4/dialogs/open.cpp
View file @
955947a8
...
...
@@ -127,6 +127,7 @@ OpenDialog::OpenDialog( QWidget *parent,
QKeySequence
(
"Alt+C"
)
);
ui
.
menuButton
->
setMenu
(
openButtonMenu
);
ui
.
menuButton
->
setIcon
(
QIcon
(
":/down_arrow"
)
);
/* Add the three Buttons */
ui
.
buttonsBox
->
addButton
(
selectButton
,
QDialogButtonBox
::
AcceptRole
);
...
...
modules/gui/qt4/ui/open.ui
View file @
955947a8
...
...
@@ -207,7 +207,7 @@
</spacer>
</item>
<item row="3" column="1" >
<widget class="Q
Push
Button" name="menuButton" >
<widget class="Q
Tool
Button" name="menuButton" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
<horstretch>0</horstretch>
...
...
@@ -216,19 +216,22 @@
</property>
<property name="maximumSize" >
<size>
<width>
20
</width>
<width>
16
</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy" >
<enum>Qt::ClickFocus</enum>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="toolTip" >
<string>_("Select play mode")</string>
</property>
<property name="popupMode" >
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="arrowType" >
<enum>Qt::NoArrow</enum>
</property>
</widget>
</item>
<item row="3" column="2" >
...
...
modules/gui/qt4/ui/open_disk.ui
View file @
955947a8
...
...
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
<height>31
1
</height>
<height>31
9
</height>
</rect>
</property>
<property name="minimumSize" >
...
...
@@ -351,11 +351,6 @@
</widget>
</item>
</layout>
<zorder>subtitlesLabel</zorder>
<zorder>subtitlesSpin</zorder>
<zorder>audioLabel</zorder>
<zorder>audioSpin</zorder>
<zorder>diskGroupBox</zorder>
</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