![]() |
Re: rookie tutorial
ok, looking into exaples helps...
But why they made it so difficult. Why one need to access ui to access items? Eh... |
Re: rookie tutorial
Quote:
In Visual Studio, you have your window which also acts as your main class, where you do all of the coding, that's why you can access the controls directly through the code without a preceding class name. If you were to have your main form class separate from your main code class, you would have to access it exactly like you would in QT. In QT, 'ui' is in its own separate class, which is why you need to specify it when accessing the widgets (Visual Studio equivalent of 'widgets' is 'controls'). |
Re: rookie tutorial
yeah i see that now, and i'm getting used to it... However, not only microsoft handles events, or signals (as they are named here), in that manner. Borlands also does.
Remember, i mentioned borland builder in my first post? Power of old habits, eh... Anyway, i'm getting used to it, but still have some...objections. WHY double clicking the item doesn't move directly to "slot"? And i cannot understand, why text fields doesn't accept numeric values, or more generally, why QString class doesn't? It makes programmer looking for other solutions, while it could be done faster. Yes, like in MS Visual Studio or Builder. PS: thank u for word - control(s). I totally forgot how they are called in english ;) |
Re: rookie tutorial
http://doc.qt.nokia.com/qt-maemo-4.6/index.html
There are Tutorials and Examples you might want to look. You can also access the documentation from Qt Creator by selecting Help tab. |
All times are GMT. The time now is 23:14. |
vBulletin® Version 3.8.8