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
Marco Bubke
flatpak-qt-creator
Commits
4010db46
Commit
4010db46
authored
Feb 23, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.PropertyEditor: Cleaning the interface
parent
23ce44ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml
View file @
4010db46
...
...
@@ -9,7 +9,6 @@ QExtGroupBox {
property
var
backendColor
property
var
oldMaximumHeight
;
height
:
180
onFinishedChanged
:
{
maximumHeight
=
height
;
...
...
@@ -65,7 +64,6 @@ QExtGroupBox {
topMargin
:
36
QWidget
{
maximumHeight
:
140
;
layout
:
HorizontalLayout
{
ColorBox
{
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
View file @
4010db46
...
...
@@ -10,19 +10,15 @@ QScrollArea {
visible
:
false
;
content
:
properyEditorExtended
;
QFrame
{
minimumHeight
:
440
;
id
:
properyEditorExtended
layout
:
QVBoxLayout
{
topMargin
:
0
;
bottomMargin
:
0
;
leftMargin
:
0
;
rightMargin
:
0
;
spacing
:
0
;
spacing
:
0
;
Modifiers
{
}
// Extended {
// id: extendedBox;
// }
QScrollArea
{
}
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml
View file @
4010db46
...
...
@@ -4,7 +4,6 @@ import Bauhaus 1.0
GroupBox
{
id
:
rectangleColorGroupBox
finished
:
finishedNotify
;
caption
:
"
Colors
"
layout
:
VerticalLayout
{
...
...
@@ -13,10 +12,6 @@ GroupBox {
text
:
"
Color
"
}
// ColorTypeButtons {
//
// }
ColorGroupBox
{
finished
:
finishedNotify
...
...
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
View file @
4010db46
...
...
@@ -11,6 +11,7 @@ QWidget {
spacing
:
0
RectangleColorGroupBox
{
finished
:
finishedNotify
;
}
GroupBox
{
...
...
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