![]() |
Re: Need assistance from QT / Python programmer
Quote:
It is auto-generated by the ui file and initalized with that. (Eg. it doesn't pollute your own code, but it will be taken care of in the background.) You can open the .ui file with an XML editor and see how it deals with the stuff. Note that Qt will generate real C++ code from the .ui, and compile it along with the rest of the app. |
Re: Need assistance from QT / Python programmer
Quote:
http://doc.qt.nokia.com/4.6/qcombobo...rrentText-prop |
Re: Need assistance from QT / Python programmer
Quote:
Edit: re-did it and it's working again (I mean the let the designer take care of connecting) |
Re: Need assistance from QT / Python programmer
Quote:
I mean with php I would do it like this: $variable1 = $_GET[drop_down_transitions] $variable2 = $_GET[drop_down_font] $variable3 = $_GET[drop_down_color] And then just include it like this: Code:
QStringList arguments; |
Re: Need assistance from QT / Python programmer
Something like this:
Code:
QStringList arguments; Code:
QString transition = ui->dropDownTransition->currentText(); |
Re: Need assistance from QT / Python programmer
Quote:
So it's working now! Next step: how to build / compile a binary out of this or how to include the source with my excisting package and make autobuilder to build / compile it? |
Re: Need assistance from QT / Python programmer
You can try the binary in the phone by following instructions from NokiaQtSDK_PATH/readme/index.html.
To create source package for autobuilder you need scratchbox. |
Re: Need assistance from QT / Python programmer
Quote:
|
Re: Need assistance from QT / Python programmer
Quote:
|
Re: Need assistance from QT / Python programmer
Quote:
Code:
QString variable1("string1"); Quote:
Quote:
http://wiki.maemo.org/Uploading_to_Extras I prefer to use the Assistant, it works like a charm. https://garage.maemo.org/extras-assistant/index.php |
All times are GMT. The time now is 23:21. |
vBulletin® Version 3.8.8