http://img804.imageshack.us/img804/4258/uisketch.png
Hello, I am trying to a make a UI, like in the sketch picture (spam prevention made me to post only the link). What should be the boxes type? QListView (boxes should be scrollable)? I have tried that, but I couldn`t manage to add any action to "available actions". I have tried to play with QAction, but nothing seems to work. Actually, actions do not need to do anything, as the selected and moved to other box action numbers should only be written to a text file. I need help in:
- Writing function, which will be executed upon the start of the program (that will "fill up" available actions list.
- Writing a function, which will be executed, when user confirms, that he made his selection (only actions numbers should be written to a text file in the order which user selected)
I guess I could write button handler function myself; Thank you very much in advance, and excuse me, if my english is bad.
EDIT: all the action happens in a tab widget