Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
25756913
Commit
25756913
authored
Jun 07, 2010
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MainWindow: Correcting menu accelerator conflict.
Fixes
#115
Removed effect engine from the toolbar.
parent
4e611e0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
18 deletions
+8
-18
src/Gui/ui/MainWindow.ui
src/Gui/ui/MainWindow.ui
+8
-18
No files found.
src/Gui/ui/MainWindow.ui
View file @
25756913
...
...
@@ -27,7 +27,7 @@
<x>
0
</x>
<y>
0
</y>
<width>
800
</width>
<height>
2
1
</height>
<height>
1
9
</height>
</rect>
</property>
<widget
class=
"QMenu"
name=
"menuEdit"
>
...
...
@@ -46,26 +46,12 @@
</property>
<addaction
name=
"actionFullscreen"
/>
</widget>
<widget
class=
"QMenu"
name=
"menuEffets"
>
<property
name=
"enabled"
>
<bool>
true
</bool>
</property>
<property
name=
"title"
>
<string>
Effects
</string>
</property>
<addaction
name=
"actionBypass_effects_engine"
/>
</widget>
<widget
class=
"QMenu"
name=
"menuTools"
>
<property
name=
"title"
>
<string>
&
Tools
</string>
</property>
<addaction
name=
"actionTranscode"
/>
</widget>
<widget
class=
"QMenu"
name=
"menuWindow"
>
<property
name=
"title"
>
<string>
&
Window
</string>
</property>
</widget>
<widget
class=
"QMenu"
name=
"menuHelp"
>
<property
name=
"title"
>
<string>
&
Help
</string>
...
...
@@ -98,10 +84,14 @@
<addaction
name=
"separator"
/>
<addaction
name=
"actionQuit"
/>
</widget>
<widget
class=
"QMenu"
name=
"menuWindow"
>
<property
name=
"title"
>
<string>
&
Window
</string>
</property>
</widget>
<addaction
name=
"menuFile"
/>
<addaction
name=
"menuEdit"
/>
<addaction
name=
"menuView"
/>
<addaction
name=
"menuEffets"
/>
<addaction
name=
"menuTools"
/>
<addaction
name=
"menuWindow"
/>
<addaction
name=
"menuHelp"
/>
...
...
@@ -173,10 +163,10 @@
</action>
<action
name=
"actionRender"
>
<property
name=
"text"
>
<string>
As a
&
file
</string>
<string>
&
To a
file
</string>
</property>
<property
name=
"toolTip"
>
<string>
Render as a file
</string>
<string>
Render
your project
as a file
</string>
</property>
<property
name=
"statusTip"
>
<string>
Render your project as a file
</string>
...
...
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