I've worked out that you have to:
- load and save the .ui file in Designer
- move the .ui file from the FORMS3 list to the FORMS list
- add setupUi() to the constructor
- rewrite the setText methods
I'm currently stuck on:
- the slots/signals for closing the form don't work
- if I call accept() and reject() directly from the designer, the form closes
- if I call them from the custom functions, the form stays put
- when the application shuts down, the memory allocator dumps core in the ~~QtMutex~~
- I haven't made the change I want (being able to go through all of the cells and change them, without using the mouse for every cell) work yet
- if I make them tick boxes, <space> toggles them, but I don't know how to receive notice that they have toggled, in order to change the words
- I have made the user inteface worse
- the layout manager doesn't stretch the grid of tick boxes, etc, in order to use it's share of the form
So I am currently defeated by Qt.
- load and save the .ui file in Designer
- move the .ui file from the FORMS3 list to the FORMS list
- add setupUi() to the constructor
- rewrite the setText methods
I'm currently stuck on:
- the slots/signals for closing the form don't work
- if I call accept() and reject() directly from the designer, the form closes
- if I call them from the custom functions, the form stays put
- when the application shuts down, the memory allocator dumps core in the ~~QtMutex~~
- I haven't made the change I want (being able to go through all of the cells and change them, without using the mouse for every cell) work yet
- if I make them tick boxes, <space> toggles them, but I don't know how to receive notice that they have toggled, in order to change the words
- I have made the user inteface worse
- the layout manager doesn't stretch the grid of tick boxes, etc, in order to use it's share of the form
So I am currently defeated by Qt.