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

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  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  PasswordDialog
 Tiny login/password authentication dialog used by the inbuilt web browser (see pycross::browser). More...
 
class  PrintPreviewDialog
 Print preview window to preview crossword / clues and configure printing. 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  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...
 

Detailed Description

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