Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
cbf4f1f0
Commit
cbf4f1f0
authored
Feb 04, 2010
by
Thomas Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QmlDesigner.propertyEditor: renaming Clips to Clips content (Nigel)
parent
6f52e587
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
+4
-3
src/plugins/debugger/breakhandler.cpp
src/plugins/debugger/breakhandler.cpp
+1
-1
No files found.
share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml
View file @
cbf4f1f0
...
...
@@ -25,7 +25,7 @@ GroupBox {
}
CheckBox
{
id
:
ClipCheckBox
;
text
:
"
Clip
s
"
;
text
:
"
Clip
Content
"
;
backendValue
:
backendValues
.
clip
===
undefined
?
false
:
backendValues
.
clip
;
baseStateFlag
:
isBaseState
;
checkable
:
true
;
...
...
@@ -98,12 +98,13 @@ GroupBox {
id
:
ScaleSpinBox
;
objectName
:
"
ScaleSpinBox
"
;
backendValue
:
backendValues
.
scale
;
property
var
backendValueValue
:
backendValues
.
scale
.
value
;
minimumWidth
:
60
;
minimum
:
0.01
maximum
:
10
singleStep
:
0.1
baseStateFlag
:
isBaseState
;
onBackendValueChanged
:
{
onBackendValue
Value
Changed
:
{
ScaleSlider
.
value
=
backendValue
.
value
*
10
;
}
}
...
...
@@ -112,7 +113,7 @@ GroupBox {
minimum
:
1
;
maximum
:
100
;
singleStep
:
1
;
onValueChanged
:
{
onValueChanged
:
{
backendValues
.
scale
.
value
=
value
/
10
;
}
}
...
...
src/plugins/debugger/breakhandler.cpp
View file @
cbf4f1f0
...
...
@@ -33,7 +33,7 @@
#include "debuggermanager.h"
#include "stackframe.h"
#include
"imports.h" // T
ext
E
ditor
::B
ase
T
ext
M
ark
#include
<t
ext
e
ditor
/b
ase
t
ext
m
ark
.h>
#include <QtCore/QDebug>
#include <QtCore/QTextStream>
...
...
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