org.kde.qt
public interface QHeaderSignals
| Method Summary | |
|---|---|
| void | clicked(int section) |
| void | indexChange(int section, int fromIndex, int toIndex) |
| void | moved(int arg1, int arg2) |
| void | pressed(int section) |
| void | released(int section) |
| void | sectionClicked(int arg1) |
| void | sectionHandleDoubleClicked(int section) |
| void | sizeChange(int section, int oldSize, int newSize) |