• May 02, 2024, 02:30:33 am

Author Topic: How to: Qt Splashscreen for QML/Qt apps  (Read 8456 times)

0 Members and 1 Guest are viewing this topic.

Offline Allstar12345

  • Allstar Software Founder
  • Administrator
  • Forum Genius
  • ******
  • Posts: 5,235
  • Reputation: 812
    • Allstar Software
  • Current Phone: : OnePlus 8 Pro, Xperia 10, Nexus 6p, Jolla Phone, Nokia N8, Nokia 808 PureView, BlackBerry Z30
Re: How to: Qt Splashscreen for QML/Qt apps
« Reply #15 on: February 10, 2014, 11:05:33 pm »
I even took 2month just to understand the syntax but once you know the way it is easier than c++ which is prone to syntax error

Took me a while too, now I'm unstoppable :P

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: How to: Qt Splashscreen for QML/Qt apps
« Reply #16 on: February 11, 2014, 09:08:44 pm »
You guys are all significantly more knowledgable about this than i am, so i want to ask if Qt is really that great a place for a square-one student of programming.
My only previous experience with anything even remotely programming is HTML, but when i look at javascript it seems fairly straightforward and understandable for me. QML is like Chinese to me.
Ignoring a goal of Symbian programming, do you really feel like QML is the best first step for an absolute noob? It doesn't even have to be related to an S60 framework; any programming language i can test in Windows/Linux/Symbian is cool by me.

And sorry for the off-topic this has become (my fault).

Offline Allstar12345

  • Allstar Software Founder
  • Administrator
  • Forum Genius
  • ******
  • Posts: 5,235
  • Reputation: 812
    • Allstar Software
  • Current Phone: : OnePlus 8 Pro, Xperia 10, Nexus 6p, Jolla Phone, Nokia N8, Nokia 808 PureView, BlackBerry Z30
Re: How to: Qt Splashscreen for QML/Qt apps
« Reply #17 on: February 11, 2014, 10:12:16 pm »
QML is the best example of a declerative langauage, you see you declare a component Menu{} for example then do as you please, it probably is the best for noobs.

Offline matthew

  • Mass Poster
  • ****
  • Posts: 1,315
  • Reputation: 13
  • SymphonyOS
  • Current Phone: :
    N8-00 (25.007)
    808 (113.010.1508)
    Retired E72, E6-00
Re: How to: Qt Splashscreen for QML/Qt apps
« Reply #18 on: February 12, 2014, 05:57:05 am »
Thank you - you've put it into context for me :)

Offline symster

  • Developer
  • Happy Member
  • ****
  • Posts: 214
  • Reputation: 6
  • Symbian Power User
  • Current Phone: : Nokia N8 Soon Nokia 808
Re: How to: Qt Splashscreen for QML/Qt apps
« Reply #19 on: February 12, 2014, 04:57:23 pm »
Infortunately the qml itself is quite limited to Ui and simple application logic.To be able to to create a more complicate/powerful app you need some c++ include.

Offline Allstar12345

  • Allstar Software Founder
  • Administrator
  • Forum Genius
  • ******
  • Posts: 5,235
  • Reputation: 812
    • Allstar Software
  • Current Phone: : OnePlus 8 Pro, Xperia 10, Nexus 6p, Jolla Phone, Nokia N8, Nokia 808 PureView, BlackBerry Z30
Re: How to: Qt Splashscreen for QML/Qt apps
« Reply #20 on: February 12, 2014, 10:54:41 pm »
Infortunately the qml itself is quite limited to Ui and simple application logic.To be able to to create a more complicate/powerful app you need some c++ include.

Well, depends what you want to do really.