![]() |
2010-05-09
, 12:28
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#2
|
![]() |
2010-05-09
, 12:32
|
Posts: 58 |
Thanked: 10 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-05-09
, 12:46
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#4
|
Hmmm...I'd like to avoid creating another custom dialog.
But regardless, radio buttons are not the way.
They are poorly ported, for this use, anyway.
They look like "normal radio buttons", and I couldn't get them to expand horizontally, so you have to click on the (very) little circle, or the label to select.
Checkbox is also not the answer, because I don't need multiple selection
I was hopping I could just pass some flag to QInputDialog.
The Following User Says Thank You to krk969 For This Useful Post: | ||
I have a QInputDialog in which the user selects some options.
The thing I don't like is that it displays a combobox in the dialog.
Then you have to click on the combobox, and another dialog appears where you can select your value.
Is it possible to get rid of the combobox, and have only the selection list in the first dialog.
Maybe some screenshots will clarify:
This is what I have now:
And this is what I would like it to look like:
Btw. I'm using python
My current code:
Last edited by zolakt; 2010-05-09 at 12:28.