hello, I tried to use my custom text for the QInputDialog okButton/cancelButton text ,
and I used in this way:
QInputDialog dialog;
dialog.setTextValue("my own text");
...
Type: Posts; User: kongkong163; Keyword(s):
hello, I tried to use my custom text for the QInputDialog okButton/cancelButton text ,
and I used in this way:
QInputDialog dialog;
dialog.setTextValue("my own text");
...
hello, I meet the same question as you referred. And I also tried to set the stylesheet "background-image ", and it doesn't effected too.
So If you resloved your problem, please give me some...
No one did this ?
Any reply will be appreciative
Hello, I can show the contextMenu referred to the link http://wiki.forum.nokia.com/index.php/Context_menus_in_Qt_for_Symbian
but if I click the "options " , the contextMenu is still on. I want to...
no one use popup widget ?
hello, I create a pop up widget , and set Window Modality as Modal as belows:
the popup widget can pop up. But when I click the background widget, it disappear.
If I forget something , or I code...
Hello, I want to show a popup widget like the "open applications" widget after click the "options"-> "Show open applications"?
Any suggest will be appreciate. Thank you.
I use QSettings to save something referred user. And I use the code like this
QSettings settings("organizationName", "applicationName"); settings.setValue(...);
And I found if I uninstall the app...
Now I use a QPushButton instead of QCheckbox. And make the button isChecked true. also set different icon that likes checkbox different status for the push button.
Hello, I need a checkbox without text label . and When click it , there is nothing too in the text label position. I tried to make the text empty . But it is not what I want . So anyone do this?...
Just add
border: 1px solid before "border-color: ... " is OK.
I use the "background: transparent" can make the background transparent. And I also want to set border color with , but it seems no effect on the border color. Do you know why ?
Thanks for quick reply . I will try to use the Palette to set the background.
I want to set the button with transparent background while I paint the button by
QApplication::style()->drawControl(QStyle::CE_PushButton,&buttonOption, painter);
I know use the style sheet...
Hello, the distance between the icon and the text is too big for a item in the listWidget. I want to make it smaller. So is there any function to change it ? Or I should use model/delegate to...
thanks again, It is ok with EAppUiOrientationAutomatic
Thanks , I will try to use EAppUiOrientationAutomatic .
Hello, I just want to force one page of my app to portrait mode. And if go to other page, it changes to auto to
suit the screen orientation. I only to know force the screen landscapeMode /...
Thanks for every reply.
As I know, user can decide to use the default theme or not in android OS. I think also need this , so the user can set app use the default theme or not.
hello, the lineEdit , the scrollbar and others componet in my app will change color If I change the theme for phone. But I want my app keep the same in any theme.
So Can I add some code to avoid...
I tried the code in the phone ,and I found it emit error signals if network disconnect . So I don't know the os that the emulator run on has problems ,or the qt emulator has problems.
By the way ,...
I am sorry, I use qt 4.6.3. And In that version, there is no QNetworkConfigurationManager......
And In other case, If I upload some file use post methode. When network disconnect ,it emit error...
no one meet this? Who can give me some suggesttions
Hello, while download files ,the networkReply sent no error signals If the network is disconnect. It only emit finish signals. And the download file is not completed. So how can I know the network is...
I tried to set the Palette before the widget added to the stacked widget, and now it works.