CreateGetterSetterDialogBase CreateGetterSetterDialogBase 0 0 428 105 true unnamed spacer1 Horizontal Expanding 61 20 m_chkInlineGet &inline true create an inline get method If this is checked the get method will be created inline; otherwise, it will not. m_chkGet &get method true create get method If this is checked a getter method will be created. m_chkSet &set method true create set method If this is checked a set method will be created m_edtGet name of the get method The name of the created get method m_edtSet name of the set method The name of the created set method m_chkInlineSet i&nline true create an inline set method If this is checked the set method will be created inline; otherwise, it will not. spacer2 Horizontal Expanding 21 20 m_btnCancel &Cancel m_btnOk &OK m_chkGet toggled(bool) m_edtGet setEnabled(bool) m_chkSet toggled(bool) m_edtSet setEnabled(bool) m_btnOk clicked() CreateGetterSetterDialogBase accept() m_btnCancel clicked() CreateGetterSetterDialogBase reject() m_chkGet toggled(bool) m_chkInlineGet setEnabled(bool) m_chkSet toggled(bool) m_chkInlineSet setEnabled(bool) m_chkInlineGet toggled(bool) CreateGetterSetterDialogBase slotInlineChanged() m_chkInlineSet toggled(bool) CreateGetterSetterDialogBase slotInlineChanged() m_chkGet m_edtGet m_chkSet m_edtSet m_btnCancel m_btnOk slotInlineChanged() klineedit.h kpushbutton.h