![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2007
Posts: 13
Rep Power: 0
![]() |
PyQt
Has anyone used this? I really like it but I'm having trouble creating forms that can add/remove lineEdits based on how many the user wants.
|
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
What code do you have so far? You could try using a VBoxLayout and use the addWidget and removeWidget methods, if you're not already. Give us more info!
![]() |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Feb 2007
Posts: 13
Rep Power: 0
![]() |
Yeah, I've done something similar and it seems to work well. the problem now is that I have a main widget, then a frame and within those frames are the fields that grow/shrink. If the number of fields exceeds the size of the frame then I have a scroll bar to scroll through them. However, the scroll bar does nothing right now. I can't find any documentation on how to actually make the scrollbar scroll.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Tutorial] PyQT with Qt Designer | coldDeath | Python | 21 | Nov 21st, 2005 1:45 PM |