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
4c20a8af
Commit
4c20a8af
authored
Dec 09, 2008
by
mae
Browse files
fix focus policy of the buttons so tab makes more sense
parent
cab48e0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/find/findwidget.ui
View file @
4c20a8af
...
...
@@ -56,6 +56,9 @@
</item>
<item>
<widget
class=
"QToolButton"
name=
"findPreviousButton"
>
<property
name=
"focusPolicy"
>
<enum>
Qt::NoFocus
</enum>
</property>
<property
name=
"arrowType"
>
<enum>
Qt::LeftArrow
</enum>
</property>
...
...
@@ -66,6 +69,9 @@
<property
name=
"font"
>
<font/>
</property>
<property
name=
"focusPolicy"
>
<enum>
Qt::NoFocus
</enum>
</property>
<property
name=
"arrowType"
>
<enum>
Qt::RightArrow
</enum>
</property>
...
...
@@ -103,6 +109,9 @@
</item>
<item>
<widget
class=
"QToolButton"
name=
"replacePreviousButton"
>
<property
name=
"focusPolicy"
>
<enum>
Qt::NoFocus
</enum>
</property>
<property
name=
"arrowType"
>
<enum>
Qt::LeftArrow
</enum>
</property>
...
...
@@ -113,6 +122,9 @@
<property
name=
"font"
>
<font/>
</property>
<property
name=
"focusPolicy"
>
<enum>
Qt::NoFocus
</enum>
</property>
<property
name=
"arrowType"
>
<enum>
Qt::RightArrow
</enum>
</property>
...
...
Write
Preview
Supports
Markdown
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