I use Qt on linux. I can debug the Qt module like QtGui, but I can't debug webkit module( it means that I can't trace into webkit). Thanks for your help!
Type: Posts; User: qsun06; Keyword(s):
I use Qt on linux. I can debug the Qt module like QtGui, but I can't debug webkit module( it means that I can't trace into webkit). Thanks for your help!
same problem! Ask for help!
like:RefPtr<SecurityOrigin> forcedSecurityOrigin, What does RefPtr mean?
Are there any documents about Qt C++ internal mechanism and architecture? If there, where can I get it. Thank you.
yes, like this:
// QtMobility API headers
#include <qnetworkconfigmanager.h>
#include <qnetworksession.h>
// Use the QtMobility namespace
QTM_USE_NAMESPACE
How to use QtMobility functions in 'QtCreator of the NokiaQtSDK' like ordinary Qt function(QLable, QPushButton...)? The QtCreator can't recognize the QtMobility funcitons and can't support code...
How to use QtMobility function in the QtCreator like ordinary Qt function? Thank you~
I install NokiaQtSdk and use some QtMobility functions in my program. It works well, but QtCreator cann't recognize the QtMobility functions, and QtMobility functions have yellow underlines in the...
I noticed that Lucene used in Qt as 3rd party library just like many other libraries but I couldn't find any documentation about, so I want to know:
1. Where I can get docs about QtCLucene?
...
比如,我调用一个QWebView,我想知道QWebView这个类是怎么写的,我该怎么做呢,谢谢!
do symbian program need any capbility?
How should I write"TARGET.CAPABILITY" to useing QSetting?
readSettings() cann't read normal settings on the symbian_OS:
void dataManager::writeSettings()
{
QSettings settings("Software Inc.", "sq");
settings.setValue("timeText",...
I write a program with QSettings on the win, and it work well. However, it cann't work normally on the symbian(writeSetting don't work). What's the reason? Thank you!
I write a program with QSettings on the win, and it work well. However, it cann't work normally on the symbian(writeSetting don't work). What's the reason? Thank you!
I just modify your code“helloLabel = new QLabel(tr("HelloWorld"))” to “helloLabel = new QLabel(tr("你好世界"))”.However the label cann't display the normal chinese.
Thank you~But your code cann't work well. When I write"世界你好" to the label,it cannot display chinese normally.
transfer some files like txt or html with udpsocket broadcast, and I have tested all the datagarms are sended.However, some file'datagram is recieved, but others cann't be recieved(I use file.write()...
我写客户端的代码:
void Receiver::processPendingDatagrams()
{
//QTextStream out(file2);
QByteArray datagram;
while (udpSocket->hasPendingDatagrams()){
...
用UdpSocket的broadcast传输txt或者html等格式的文件,当我用QTextStream时,中文字符会出现乱码。如果直接用file读写QByteArray数据时,发现客户端某些文件的数据可以正常写入,某些文件的数据无法写入(测试发现服务端数据都已经发送了!)。这个问题已经纠结了一天了,请教,谢谢!
symbian上如何给Qt程序设置图标,谢谢!
I want to develop a widget and display the program on the desktop of the phone(like 5800).How can I put the widget on the S60 desktop? Thank you~
I want to develop a widget and display the program on the desktop of the phone(like 5800).How can I put the widget on the S60 desktop? Thank you~
I want to develop a widget and display the program on the desktop of the phone(like 5800).How can I put the widget on the S60 desktop? Thank you~