pycrossword  0.4
Pure-Python implementation of a crossword puzzle generator and editor
Classes | Variables
pycross.forms Namespace Reference

Classes for all the GUI app's forms except the main window. More...

Classes

class  AboutDialog
 Information dialog showing info about this app. More...
 
class  BasicDialog
 Base class for OK-Cancel type dialogs. More...
 
class  BrowseEdit
 Edit field with internal 'Browse' button to file or folder browsing. More...
 
class  BrowseEditDelegate
 Delegate class for table and tree-like widgets implementing an edit field with the browse button. More...
 
class  ClickableLabel
 Label with mouse click event handler. More...
 
class  ComboboxDelegate
 Delegate class for table and tree-like widgets implementing an in-cell combobox. More...
 
class  CrosswordMenu
 Context menu for crossword grid: contains core actions for ease of use. More...
 
class  CustomPluginDialog
 Dialog to add or edit custom plugins. More...
 
class  CustomPluginManager
 Custom plugin manager widget to add, delete, (de)activate and move around plugins. More...
 
class  CwInfoDialog
 Crossword information editor window. More...
 
class  CwTable
 Crossword grid class (based on QtWidgets.QTableWidget). More...
 
class  DefLookupDialog
 Word definition lookup dialog to look up a word in a dictionary and/or Google. More...
 
class  KloudlessAuthDialog
 Authentication dialog for uploading files to the cloud (via Kloudess API). More...
 
class  LoadCwDialog
 Crossword creation dialog providing options to populate the crossword grid. More...
 
class  ParamValueEditor
 Tiny login/password authentication dialog. More...
 
class  PasswordDialog
 Tiny login/password authentication dialog. More...
 
class  PrintPreviewDialog
 Print preview window to preview crossword / clues and configure printing. More...
 
class  ProgressbarDelegate
 Delegate class for table and tree-like widgets implementing an in-cell progress bar. More...
 
class  ReflectGridDialog
 @bried Dialog to reflect / duplicate crossword grid cells. More...
 
class  SettingsDialog
 Global app settings configuration window. More...
 
class  ShareDialog
 Dialog for sharing crosswords in social networks. More...
 
class  ToolbarCustomizer
 Toolbar customizer widget (incorporated by SettingsDialog). More...
 
class  WordDBManager
 Manager for the inbuilt SQLite word source database. More...
 
class  WordSrcDialog
 Word source editor dialog: provides adding and editing word sources. More...
 
class  WordSuggestDialog
 Small dialog window to look for words matching a given pattern among the word sources. More...
 

Variables

 SHOWHELP = _('Show help')
 

Detailed Description

Classes for all the GUI app's forms except the main window.

Variable Documentation

◆ SHOWHELP

pycross.forms.SHOWHELP = _('Show help')