Screencasts
First Steps with the Framework
Installation and Configuration of QCubed
|
|
| Initial Configuration of QCubed 1.1 | Installing Plugins |
Older Screencasts
QCodo tutorial that's still very relevant.
|
|
| Initial Configuration of QCubed 1.1 | Installing Plugins |
QCodo tutorial that's still very relevant.
These are great guys, how do I create one?
Thanks!
Discussion on tools for screencast creation: http://qcu.be/content/screencasts
Awesome videos! Please make more when time permits.
Alex, I am using Komodo. I can get Class intellisense (i.e after typing "new" I get all the different class suggestions).
However when trying to access properties, I don't really get what you are getting in the screencasts. For example:
$this->lblMessage = new QLabel($this);$this->lblMessage->Text = 'Click the button to change my message.';
I get the suggestion for the 'QLabel' after typing 'new'+ SPACE.
However, after typing '$this->lblMessage->' I don't get 'Text' as a suggestion (you did in your video).
How do I enable that?
Thanks a lot!!
Bebel - no good news on IntelliSense-like functionality in Komodo. It's spotty at best. I didn't do anything to enable it. It's just buggy as hell in Komodo.
Thanks for the reply Alex.
If Komodo supports using the @property tag of classes for intellisense than this should work, with the new documentation patch for the QControls package.