那你有没有试过Q_PROPERTY里的read方法返回子对象的指针?
Q_PROPERTY(SubClass* subClass,READ subClass...
Type: Posts; User: Carol.chen; Keyword(s):
那你有没有试过Q_PROPERTY里的read方法返回子对象的指针?
Q_PROPERTY(SubClass* subClass,READ subClass...
hi, i am using qt 4.7.1
Hi,
How to make a QLineEdit only allow inputting numbers on Symbian platform?
i.e. I donot want the input window switch to other input mode?
I tried setInputMethodHints(); bu it didn't...
Hi, Now I get it solved. thank you all
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MainWindow mw;
mw.showFullScreen();
Hi,
I would remove the status bar and the menu bar in a a Qt application.
how can I achieve it?
Note I donnot want to a full screen applicaion but a small rectangle on device.
thanks.
thanks. does it mean I cannot use QDesktopWidget to represent Homescreen widget?
Hi,
I want to draw something on HomeScreen.
I wrote following test code but it didn't work. could some one give some advice to me?
Thanks in advance.
MainWindow::MainWindow(QWidget *parent)...
could you please translate your question to English.?since many experts are from differrent countries.
Hi, Itomuta,
Thanks your reply.
I downloaded Nokia Qt SDK just now, it is very easy to setup, no extra configration needed :)
Hi,
Does it make any difference if I develop app using S60SDK + Qt for symbian 4.6.3 + Carbide C++?
I guess some developers may prefer using Carbide C++ when developing their applications. Is...