EditorForm 0 0 646 436 Rich Edit 11 6 7 7 0 0 Qt::RichText Tools Toolbar 6 10 &File &Edit F&ormat &Help fileNewAction filenew.png New &New 4194382 fileOpenAction fileopen.png Open &Open... 4194383 fileSaveAction filesave.png Save &Save 4194387 fileSaveAsAction Save As Save &As... 0 fileExitAction Exit E&xit 0 editUndoAction undo.png Undo &Undo 4194394 editRedoAction redo.png Redo &Redo 4194393 editCutAction editcut.png Cut &Cut 4194392 editCopyAction editcopy.png Copy C&opy 4194371 editPasteAction editpaste.png Paste &Paste 4194390 helpContentsAction Contents &Contents... 0 helpIndexAction Index &Index... 0 helpAboutAction About &About 0 boldAction true textbold.png bold &Bold 272629826 italicAction true textitalic.png italic &Italic 272629833 underlineAction true textunder.png underline &Underline 272629845 leftAlignAction true textleft.png left &Left 272629836 rightAlignAction true textright.png right &Right 272629842 centerAlignAction true textcenter.png center &Center alignActionGroup qPixmapFromMimeSource fileNewAction activated() EditorForm fileNew() fileOpenAction activated() EditorForm fileOpen() fileSaveAction activated() EditorForm fileSave() fileSaveAsAction activated() EditorForm fileSaveAs() fileExitAction activated() EditorForm fileExit() helpIndexAction activated() EditorForm helpIndex() helpContentsAction activated() EditorForm helpContents() helpAboutAction activated() EditorForm helpAbout() SpinBox2 valueChanged(int) textEdit setPointSize(int) editCutAction activated() textEdit cut() editPasteAction activated() textEdit paste() editCopyAction activated() textEdit copy() editRedoAction activated() textEdit redo() editUndoAction activated() textEdit undo() alignActionGroup selected(QAction*) EditorForm changeAlignment(QAction*) underlineAction toggled(bool) textEdit setUnderline(bool) italicAction toggled(bool) textEdit setItalic(bool) boldAction toggled(bool) textEdit setBold(bool) fontComboBox activated(QString) textEdit setFamily(QString) fontComboBox activated(QString) textEdit setFocus()