Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
238dfa51
Commit
238dfa51
authored
May 27, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: anchor fill button is now checkable
parent
251c259b
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml
View file @
238dfa51
...
...
@@ -125,8 +125,15 @@ QWidget {
height
:
fixedHeight
styleSheetFile
:
"
anchorfill.css
"
;
checkable
:
true
onReleased
:
fill
();
onReleased
:
{
if
(
checked
)
{
anchorBackend
.
fill
();
}
else
{
anchorBackend
.
resetLayout
();
}
}
}
QPushButton
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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