Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
351beb86
Commit
351beb86
authored
Aug 25, 2010
by
Jarek Kobus
Browse files
Change the shortcut for ui form preview
Reviewed-by:
dt
<
qtc-committer@nokia.com
>
Task-number: QTCREATORBUG-1911
parent
ece749c3
Changes
5
Show whitespace changes
Inline
Side-by-side
doc/addressbook-sdk.qdoc
View file @
351beb86
...
...
@@ -167,7 +167,7 @@
red border, top level layouts have no graphical representation. Layouts are
necessary for top level widgets, in this case QWidget, to ensure that when
the window is resized, the widgets on the form will resize accordingly. You
can try this out by pressing \key{
Ctrl+Al
t+R} now. To correct it, click
can try this out by pressing \key{
Alt+Shif
t+R} now. To correct it, click
anywhere on the form and select \gui{Lay out Horizontally} or
\gui{Lay out Vertically}. The output will be the same. Now your widgets
will resize correctly.
...
...
@@ -907,7 +907,7 @@
Fortunately, Qt Creator's \QD plugin provides a simple way to set tooltips
with the \c toolTip property. So, set your buttons' tooltips to
\gui{Load contacts from file} and \gui{Save contacts to file} respectively.
To test your tooltip, use \key{
Ctrl+Al
t+R} and hover your mouse cursor on
To test your tooltip, use \key{
Alt+Shif
t+R} and hover your mouse cursor on
the push buttons.
...
...
doc/qtcreator.qdoc
View file @
351beb86
...
...
@@ -746,7 +746,7 @@
settings
are
used
.
To
preview
the
settings
,
select
\
gui
Tools
>
\
gui
{
Form
Editor
}
>
\
gui
Preview
,
or
press
\
key
Ctrl
+
Al
t
+
R
.
\
gui
Preview
,
or
press
\
key
Alt
+
Shif
t
+
R
.
\
o
To
specify
embedded
device
profiles
,
such
as
style
,
font
,
and
screen
resolution
,
select
\
gui
{
Embedded
Design
}.
\
endlist
...
...
@@ -6236,7 +6236,7 @@
\o Ctrl+L
\row
\o Preview
\o
Ctrl+Al
t+R
\o
Alt+Shif
t+R
\row
\o Edit signals and slots
\o F4
...
...
share/qtcreator/schemes/MS_Visual_C++.kms
View file @
351beb86
...
...
@@ -115,7 +115,7 @@
<key
value=
""
/>
</shortcut>
<shortcut
id=
"FormEditor.Preview"
>
<key
value=
"
Ctrl+Al
t+R"
/>
<key
value=
"
Alt+Shif
t+R"
/>
</shortcut>
<shortcut
id=
"QtCreator.Save"
>
<key
value=
"Ctrl+S"
/>
...
...
share/qtcreator/schemes/Xcode.kms
View file @
351beb86
...
...
@@ -280,7 +280,7 @@
<key
value=
""
/>
</shortcut>
<shortcut
id=
"FormEditor.Preview"
>
<key
value=
"
Ctrl+Al
t+R"
/>
<key
value=
"
Alt+Shif
t+R"
/>
</shortcut>
<shortcut
id=
"FormEditor.Menu.Preview.Windows"
>
<key
value=
""
/>
...
...
src/plugins/designer/formeditorw.cpp
View file @
351beb86
...
...
@@ -530,7 +530,7 @@ void FormEditorW::setupActions()
m_actionPreview
=
m_fwm
->
actionDefaultPreview
();
QTC_ASSERT
(
m_actionPreview
,
return
);
addToolAction
(
m_actionPreview
,
am
,
m_contexts
,
QLatin1String
(
"FormEditor.Preview"
),
mformtools
,
tr
(
"
Ctrl+Al
t+R"
));
QLatin1String
(
"FormEditor.Preview"
),
mformtools
,
tr
(
"
Alt+Shif
t+R"
));
// Preview in style...
m_actionGroupPreviewInStyle
=
m_fwm
->
actionGroupPreviewInStyle
();
...
...
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