pycrossword  0.4
Pure-Python implementation of a crossword puzzle generator and editor
Classes | Namespaces | Variables
forms.py File Reference

Classes

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

Namespaces

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

Variables

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