Skip to content

Commit 9dc8555

Browse files
author
inblueswithu
committed
Started Project
1 parent 7744169 commit 9dc8555

File tree

3 files changed

+218
-0
lines changed

3 files changed

+218
-0
lines changed

PyQuick.qml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import QtQuick 1.1
2+
3+
Rectangle {
4+
signal messageRequired;
5+
6+
function updateMessage(text) {
7+
messageText.text = text
8+
}
9+
10+
anchors.fill: parent; color: "black"
11+
12+
Text {
13+
id: messageText
14+
anchors.centerIn: parent; color: "white"
15+
}
16+
17+
MouseArea {
18+
anchors.fill: parent
19+
onClicked: messageRequired()
20+
}
21+
}

PyQuick.qmlproject

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* File generated by Qt Creator, version 2.6.2 */
2+
3+
import QmlProject 1.1
4+
5+
Project {
6+
mainFile: "PyQuick.qml"
7+
8+
/* Include .qml, .js, and image files from current directory and subdirectories */
9+
QmlFiles {
10+
directory: "."
11+
}
12+
JavaScriptFiles {
13+
directory: "."
14+
}
15+
ImageFiles {
16+
directory: "."
17+
}
18+
/* List of plugin directories passed to QML runtime */
19+
// importPaths: [ "../exampleplugin" ]
20+
}

PyQuick.qmlproject.user

+177
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,177 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE QtCreatorProject>
3+
<!-- Written by Qt Creator 2.6.2, 2013-03-16T14:00:28. -->
4+
<qtcreator>
5+
<data>
6+
<variable>ProjectExplorer.Project.ActiveTarget</variable>
7+
<value type="int">0</value>
8+
</data>
9+
<data>
10+
<variable>ProjectExplorer.Project.EditorSettings</variable>
11+
<valuemap type="QVariantMap">
12+
<value type="bool" key="EditorConfiguration.AutoIndent">true</value>
13+
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
14+
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
15+
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
16+
<value type="QString" key="language">Cpp</value>
17+
<valuemap type="QVariantMap" key="value">
18+
<value type="QString" key="CurrentPreferences">CppGlobal</value>
19+
</valuemap>
20+
</valuemap>
21+
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
22+
<value type="QString" key="language">QmlJS</value>
23+
<valuemap type="QVariantMap" key="value">
24+
<value type="QString" key="CurrentPreferences">QmlJSGlobal</value>
25+
</valuemap>
26+
</valuemap>
27+
<value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
28+
<value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
29+
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
30+
<value type="int" key="EditorConfiguration.IndentSize">4</value>
31+
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
32+
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
33+
<value type="int" key="EditorConfiguration.PaddingMode">1</value>
34+
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
35+
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
36+
<value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
37+
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
38+
<value type="int" key="EditorConfiguration.TabSize">8</value>
39+
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
40+
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
41+
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
42+
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
43+
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
44+
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
45+
</valuemap>
46+
</data>
47+
<data>
48+
<variable>ProjectExplorer.Project.PluginSettings</variable>
49+
<valuemap type="QVariantMap"/>
50+
</data>
51+
<data>
52+
<variable>ProjectExplorer.Project.Target.0</variable>
53+
<valuemap type="QVariantMap">
54+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.0.1 MSVC2010 32bit</value>
55+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.0.1 MSVC2010 32bit</value>
56+
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">qt.501.win32_msvc2010.essentials_kit</value>
57+
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">-1</value>
58+
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
59+
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">1</value>
60+
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">0</value>
61+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
62+
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
63+
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
64+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
65+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
66+
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
67+
</valuemap>
68+
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
69+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
70+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
71+
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
72+
</valuemap>
73+
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
74+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
75+
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
76+
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
77+
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
78+
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
79+
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
80+
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
81+
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
82+
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
83+
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
84+
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
85+
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
86+
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
87+
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
88+
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
89+
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
90+
<value type="int">0</value>
91+
<value type="int">1</value>
92+
<value type="int">2</value>
93+
<value type="int">3</value>
94+
<value type="int">4</value>
95+
<value type="int">5</value>
96+
<value type="int">6</value>
97+
<value type="int">7</value>
98+
<value type="int">8</value>
99+
<value type="int">9</value>
100+
<value type="int">10</value>
101+
<value type="int">11</value>
102+
<value type="int">12</value>
103+
<value type="int">13</value>
104+
<value type="int">14</value>
105+
</valuelist>
106+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
107+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">QML Scene</value>
108+
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">QmlProjectManager.QmlRunConfiguration.QmlScene</value>
109+
<value type="QString" key="QmlProjectManager.QmlRunConfiguration.MainScript">CurrentFile</value>
110+
<value type="QString" key="QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments"></value>
111+
<valuelist type="QVariantList" key="QmlProjectManager.QmlRunConfiguration.UserEnvironmentChanges"/>
112+
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
113+
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
114+
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
115+
<value type="bool" key="RunConfiguration.UseQmlDebugger">true</value>
116+
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
117+
</valuemap>
118+
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
119+
<value type="bool" key="Analyzer.Project.UseGlobal">true</value>
120+
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
121+
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
122+
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
123+
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
124+
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
125+
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
126+
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
127+
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
128+
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
129+
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
130+
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
131+
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
132+
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
133+
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
134+
<value type="int">0</value>
135+
<value type="int">1</value>
136+
<value type="int">2</value>
137+
<value type="int">3</value>
138+
<value type="int">4</value>
139+
<value type="int">5</value>
140+
<value type="int">6</value>
141+
<value type="int">7</value>
142+
<value type="int">8</value>
143+
<value type="int">9</value>
144+
<value type="int">10</value>
145+
<value type="int">11</value>
146+
<value type="int">12</value>
147+
<value type="int">13</value>
148+
<value type="int">14</value>
149+
</valuelist>
150+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
151+
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">QML Viewer</value>
152+
<value type="QByteArray" key="ProjectExplorer.ProjectConfiguration.Id">QmlProjectManager.QmlRunConfiguration</value>
153+
<value type="QString" key="QmlProjectManager.QmlRunConfiguration.MainScript">CurrentFile</value>
154+
<value type="QString" key="QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments"></value>
155+
<valuelist type="QVariantList" key="QmlProjectManager.QmlRunConfiguration.UserEnvironmentChanges"/>
156+
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
157+
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
158+
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
159+
<value type="bool" key="RunConfiguration.UseQmlDebugger">true</value>
160+
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">false</value>
161+
</valuemap>
162+
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">2</value>
163+
</valuemap>
164+
</data>
165+
<data>
166+
<variable>ProjectExplorer.Project.TargetCount</variable>
167+
<value type="int">1</value>
168+
</data>
169+
<data>
170+
<variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
171+
<value type="QString">{f959db3f-8642-4ee5-ba40-ba3093973e76}</value>
172+
</data>
173+
<data>
174+
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
175+
<value type="int">12</value>
176+
</data>
177+
</qtcreator>

0 commit comments

Comments
 (0)