bookmarker.main#
BookmarkerWidget
, the main editor widget.
The editor is made up of ServerItemEditor
,
JobItemEditor
and
BookmarkItemEditor
, and defines
functionality needed saver and remove bookmark items to and from the user settings file.
Classes:
|
The main editor used to add or remove bookmark items, jobs and servers. |
Functions:
|
Closes the |
|
Shows the |
- class bookmarks.bookmarker.main.BookmarkerWidget(parent=None)[source]#
Bases:
QDialog
The main editor used to add or remove bookmark items, jobs and servers.
Methods:
changeEvent
(event)Change event handler.
closeEvent
(event)Close event handler.
hideEvent
(event)Hide event handler.
Initializes data.
job
()Get the selected job.
job_path
()Get the selected job path.
server
()Get the selected server.
showEvent
(event)Show event handler.
sizeHint
()Returns a size hint.
- bookmarks.bookmarker.main.close()[source]#
Closes the
BookmarkerWidget
editor.
- bookmarks.bookmarker.main.show()[source]#
Shows the
BookmarkerWidget
editor.