taurus taurus

Previous topic

MacroServerMessageErrorHandler

Next topic

QDataExportDialog

This Page

QConfigEditor

Inheritance diagram of QConfigEditor

class QConfigEditor(parent=None, designMode=False)

Bases: taurus.qt.qtgui.container.tauruswidget.TaurusWidget

A widget that shows a tree view of the contents of Taurus configuration files saved by TaurusMainWindow and lets the user edit the values of the configuration keys

contextMenuEvent(event)

Reimplemented from QWidget.contextMenuEvent()

loadFile(iniFileName=None)

Loads a configuration stored in a file and creates the tree.

Inifilename :(str) Name of the file. If None is given the user is prompted for a file.
restoreOriginal()

Replaces temporary file with the original file and builds again the configuration tree.

saveFile()

Replaces original file with temporary file (where changes were being saved).