Yahoooo..
Dickson replied with solution. modify main.cpp as below
//viewer.setMainQmlFile(QLatin1String("qml/Mycalc/main.qml"));
viewer.setSource(QUrl("qrc:/qml/Mycalc/main.qml"));
Any...
Type: Posts; User: mahindar_275; Keyword(s):
Yahoooo..
Dickson replied with solution. modify main.cpp as below
//viewer.setMainQmlFile(QLatin1String("qml/Mycalc/main.qml"));
viewer.setSource(QUrl("qrc:/qml/Mycalc/main.qml"));
Any...
Ya i saw that link..
- added .qrc
- commented .qml folders
but if i add this "viewer.rootContext()->setContextProperty("installPath", "file:///" + QCoreApplication::applicationDirPath() + "/");...
I tried to add the qml files to .qrc(resource files) but still they are visible
Tweetian by dickson.. He was able to hide the qml files
It is open source now ...
Please any one help me
I have made a small app
When i unpack the the deployed sis file whole code is available in qml files
I tried
-adding .qrc file and added main.qml and mainpage.qml to it
but...
sorry bro It is working thank you very much :)
I forgot to paste the .text
Can u tell me how to keep the focus on any text field.. I mean it should open with cursor in any text field
This...
No bro it ain't working
Should i import any libraries for it... because when i type par the parseInt is not available in the drop down menu
Hi friends,
I was trying to make a simple program. I haven't wrote any code
I just added three text fields and a button... When i press the button the numbers in textfield1 and textfield2 should...