Hi Freely,
I am not sure about other points but I think for the point "b" you need to install "Nokia PC Suit". You have installed "Nokia Ovi Suit".
Take it from here...
Type: Posts; User: rahul.kulshreshtha; Keyword(s):
Hi Freely,
I am not sure about other points but I think for the point "b" you need to install "Nokia PC Suit". You have installed "Nokia Ovi Suit".
Take it from here...
Thanks Mekal,
I have shifted to Qt and now developing with Qt and I found it is better and easy to use.
Unfortunately there is no mouse pointer, which should be there, so I am confused.
please reply ...
I am viewing http://wiki.forum.nokia.com/index.php/How_to_use_QWebView_in_Qt_for_Symbian
I am able to load web page into QWebView but I am not able to click on the buttons of that web page. There...
really helpful thread, getting subscribed by commenting here. I wish if there is some option like "Add to favorities" or "Subscribe Me" for threads so that other users will not get disturbed.
...
I am using second solution and I did not faced any big problem. However passing data between one widget to another might be little tricky.
any reply on this ??
Tried with
txtMsg->setStyleSheet("QTextEdit{height: 200%;}");
and
How to change space between lines of QTextEdit ?
I want to use something to specify spaces into pixel
Qt comes itself with SDK so no need to download. Connect the device with your pc (nokia pc suite must be installed) and try this.
(Image may take time to load; server is down right now)...
QSize sz(340, 100);
lstOption1->setSizeHint(sz);
/* set the other option's size */
/* and then updateGeometry of list control */
list->updateGeometry();...
I am not sure but QProcess might help you. Check out this link http://doc.qt.nokia.com/latest/qprocess.html#details and try out something like this.
QProcess p(<put filelocation here>);...
any reply on this ??
thanks dannil for giving useful resource
QListView or QListWidget may be helpful to you
Try out this
if(QMessageBox::question(this,"The document has been modified.", "Do you want to save your changes?" ,QMessageBox::Yes,QMessageBox::No, QMessageBox::NoButton) == QMessageBox::Yes)...
Console should also show line number and file name where this type of statement is written.
For example
Object::connect: No such slot MainWindow::mast() in mainwindow.cpp:21
Most...
How can I access Navigation pane. I want to show something similar to the below screen
http://www.freeimagehosting.net/uploads/5d4df7ec60.png
1194
I tried on Form also but Nothing worked. After my 3 mothns of experience on Qt; I think this is the default Qt behaviour. It highlights currently focused control whether it is qpushbutton or...
Currently I am using the below statement to add an Item into QListWidget
QListWidgetItem *lstOption1 = new QListWidgetItem(QIcon(":/images/someicon.png"), "Option1", list);
I want to...
I do use parenting. Is there any thing else which I should close or delete ?
I am having only one widget it's very small app :)
Is there any tool which I can use to check memory leak of...
I am also interested in this. Anyone please reply
I m little late :)
Merry Christmas to all.
Happy New Year