I'm fiddling with a bug report hoping to learn how
to manipulate a check box in a kcontrol
dialog.
I successfully added the checkbox and the check box functions correctly.
The next step is I want the check box indented under the
previous check box to signify a dependency relationship:
| | Check box
| | New check box
The control layouts are defined in a *.ui file. What is the
correct way (examples) in a *.ui file to indent controls? I
started playing with <grid></grid> and
row/column. I had some nominal success but I don't really
understand how row/column/rowspan/colspan all work
together.
Anybody?
This is in reference to bug report 258.
I figured out how to disable (signals and slots). I just need help with the indenting.
Darrell