Module implementing the UI Previewer main window.
None |
UIPreviewer | Class implementing the UI Previewer main window. |
None |
Class implementing the UI Previewer main window.
None |
None |
UIPreviewer | Constructor |
__about | Private slot to show the about information. |
__aboutQt | Private slot to show info about Qt. |
__copyImageToClipboard | Private slot to handle the Copy Image menu action. |
__guiStyleSelected | Private slot to handle the selection of a GUI style. |
__handleCloseEvent | Private slot to handle the close event of a viewed QMainWidget. |
__initActions | Private method to define the user interface actions. |
__initMenus | Private method to create the menus. |
__initToolbars | Private method to create the toolbars. |
__loadFile | Private slot to load a ui file. |
__openFile | Private slot to load a new file. |
__print | Private slot to the actual printing. |
__printImage | Private slot to handle the Print Image menu action. |
__printPreviewImage | Private slot to handle the Print Preview menu action. |
__saveImage | Private slot to handle the Save Image menu action. |
__updateActions | Private slot to update the actions state. |
__updateChildren | Private slot to change the style of the show UI. |
__whatsThis | Private slot called in to enter Whats This mode. |
eventFilter | Public method called to filter an event. |
show | Public slot to show this dialog. |
None |
Constructor
Private slot to show the about information.
Private slot to show info about Qt.
Private slot to handle the Copy Image menu action.
Private slot to handle the selection of a GUI style.
Private slot to handle the close event of a viewed QMainWidget.
Private method to define the user interface actions.
Private method to create the menus.
Private method to create the toolbars.
Private slot to load a ui file.
Private slot to load a new file.
Private slot to the actual printing.
Private slot to handle the Print Image menu action.
Private slot to handle the Print Preview menu action.
Private slot to handle the Save Image menu action.
Private slot to update the actions state.
Private slot to change the style of the show UI.
Private slot called in to enter Whats This mode.
Public method called to filter an event.
Public slot to show this dialog.
This overloaded slot loads a UI file to be previewed after the main window has been shown. This way, previewing a dialog doesn't interfere with showing the main window.