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
0006e068
Commit
0006e068
authored
Apr 12, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: hide reset property button if not applicable
See Bauhaus-233
parent
34016549
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml
View file @
0006e068
...
...
@@ -62,8 +62,9 @@ QToolButton {
actions
:
[
QAction
{
text
:
qsTr
(
"
Reset
"
)
visible
:
backendValue
.
isInSubState
||
backendValue
.
isInModel
onTriggered
:
{
backendValue
.
resetValue
();
backendValue
.
resetValue
();
}
},
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
View file @
0006e068
...
...
@@ -375,7 +375,7 @@ QMenu {
background-color
:
#494949
;
border
:
1px
solid
black
;
margin
:
0px
;
color
:
#
cacac
a
;
color
:
#
dadad
a
;
}
QMenu
::item
{
...
...
@@ -390,6 +390,10 @@ QMenu {
border-radius
:
4px
;
padding
:
2px
25px
2px
20px
;
}
QMenu
::item:disabled
{
color
:
#aaaaaa
;
}
QMenu
::separator
{
height
:
1px
;
background
:
#404040
;
...
...
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