Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtQuickControls
Commits
88f140dd
Commit
88f140dd
authored
14 years ago
by
Jens Bache-Wiig
Browse files
Options
Download
Patches
Plain Diff
Added widgets
parent
9917d1d2
No related merge requests found
Changes
140
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/widgets/Button.qml
+27
-0
src/widgets/Button.qml
src/widgets/ButtonRow.qml
+5
-0
src/widgets/ButtonRow.qml
src/widgets/CheckBox.qml
+26
-0
src/widgets/CheckBox.qml
src/widgets/ChoiceList.qml
+52
-0
src/widgets/ChoiceList.qml
src/widgets/GroupBox.qml
+27
-0
src/widgets/GroupBox.qml
src/widgets/ProgressBar.qml
+31
-0
src/widgets/ProgressBar.qml
src/widgets/RadioButton.qml
+26
-0
src/widgets/RadioButton.qml
src/widgets/ScrollArea.qml
+103
-0
src/widgets/ScrollArea.qml
src/widgets/ScrollBar.qml
+109
-0
src/widgets/ScrollBar.qml
src/widgets/Slider.qml
+31
-0
src/widgets/Slider.qml
src/widgets/SpinBox.qml
+91
-0
src/widgets/SpinBox.qml
src/widgets/Switch.qml
+22
-0
src/widgets/Switch.qml
src/widgets/Tab.qml
+7
-0
src/widgets/Tab.qml
src/widgets/TabBar.qml
+90
-0
src/widgets/TabBar.qml
src/widgets/TabFrame.qml
+72
-0
src/widgets/TabFrame.qml
src/widgets/TextArea.qml
+44
-0
src/widgets/TextArea.qml
src/widgets/TextField.qml
+52
-0
src/widgets/TextField.qml
src/widgets/TextScrollArea.qml
+31
-0
src/widgets/TextScrollArea.qml
src/widgets/ToolBar.qml
+12
-0
src/widgets/ToolBar.qml
src/widgets/ToolButton.qml
+18
-0
src/widgets/ToolButton.qml
with
876 additions
and
0 deletions
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets