KFormDesigner::TabStopDialog Class Reference
#include <tabstopdialog.h>
Inheritance diagram for KFormDesigner::TabStopDialog:

Detailed Description
A dialog to edit Form tab stops.The user can change the order by dragging list items or using buttons at the right. The tab stops can be arranged automatically (see Form::autoAssignTabStops()).
Definition at line 38 of file tabstopdialog.h.
Public Slots | |
| int | exec (KFormDesigner::Form *form) |
| void | moveItemUp () |
| void | moveItemDown () |
| void | updateButtons (QListViewItem *) |
| void | slotRadioClicked (bool isOn) |
| bool | autoTabStops () const |
Public Member Functions | |
| TabStopDialog (QWidget *parent) | |
| virtual | ~TabStopDialog () |
Protected Attributes | |
| ObjectTreeView * | m_treeview |
| KPushButton * | m_btnUp |
| KPushButton * | m_btnDown |
| QCheckBox * | m_check |
Constructor & Destructor Documentation
|
|
Definition at line 40 of file tabstopdialog.cpp. References m_btnDown, m_btnUp, m_check, m_treeview, moveItemDown(), moveItemUp(), slotRadioClicked(), and updateButtons(). |
|
|
Definition at line 78 of file tabstopdialog.cpp. |
Member Function Documentation
|
|
Definition at line 162 of file tabstopdialog.cpp. References m_check. Referenced by KFormDesigner::FormManager::editTabOrder(). |
|
|
|
Definition at line 137 of file tabstopdialog.cpp. References m_treeview, and updateButtons(). Referenced by TabStopDialog(). |
|
|
Definition at line 127 of file tabstopdialog.cpp. References m_treeview, and updateButtons(). Referenced by TabStopDialog(). |
|
|
Definition at line 155 of file tabstopdialog.cpp. References m_treeview, and updateButtons(). Referenced by TabStopDialog(). |
|
|
Definition at line 147 of file tabstopdialog.cpp. References m_btnDown, m_btnUp, and m_treeview. Referenced by moveItemDown(), moveItemUp(), slotRadioClicked(), and TabStopDialog(). |
Member Data Documentation
|
|
Definition at line 57 of file tabstopdialog.h. Referenced by TabStopDialog(), and updateButtons(). |
|
|
Definition at line 57 of file tabstopdialog.h. Referenced by TabStopDialog(), and updateButtons(). |
|
|
Definition at line 58 of file tabstopdialog.h. Referenced by autoTabStops(), exec(), and TabStopDialog(). |
|
|
Definition at line 56 of file tabstopdialog.h. Referenced by exec(), moveItemDown(), moveItemUp(), slotRadioClicked(), TabStopDialog(), and updateButtons(). |
The documentation for this class was generated from the following files:
