Documentation
¶
Index ¶
Constants ¶
View Source
const (
QS_dictManager = "dict_manager"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DictFlagsCheckboxes ¶
func NewDictFlagsCheckboxes ¶
func NewDictFlagsCheckboxes(hide func()) *DictFlagsCheckboxes
func (*DictFlagsCheckboxes) SetActiveDictSetting ¶
func (w *DictFlagsCheckboxes) SetActiveDictSetting(ds *dicts.DictionarySettings)
type DictManager ¶
type DictManager struct { Dialog *widgets.QDialog TableWidget *widgets.QTableWidget VolumeInput *widgets.QSpinBox TextWidgets []qtcommon.HasSetFont // contains filtered or unexported fields }
func NewDictManager ¶
func NewDictManager( app *widgets.QApplication, parent widgets.QWidget_ITF, conf *config.Config, ) *DictManager
TODO: break down
func (*DictManager) Run ¶
func (dm *DictManager) Run() bool
Run shows the dialog, if it Cancel was clicked it returns false if OK was clicked, then applies and saves changes and returs true
Click to show internal directories.
Click to hide internal directories.