From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- tools/designer/examples/richedit/richedit.ui | 612 +++++++++++++++++++++++++++ 1 file changed, 612 insertions(+) create mode 100644 tools/designer/examples/richedit/richedit.ui (limited to 'tools/designer/examples/richedit/richedit.ui') diff --git a/tools/designer/examples/richedit/richedit.ui b/tools/designer/examples/richedit/richedit.ui new file mode 100644 index 000000000..0d86a19bd --- /dev/null +++ b/tools/designer/examples/richedit/richedit.ui @@ -0,0 +1,612 @@ + +EditorForm +qfile.h +qfontdatabase.h +qmessagebox.h +qapplication.h +qfiledialog.h +qtextstream.h +richedit.ui.h +TQString fileName; + + + + + EditorForm + + + + 0 + 0 + 646 + 436 + + + + Rich Edit + + + + unnamed + + + 11 + + + 6 + + + + textEdit + + + + 7 + 7 + 0 + 0 + + + + RichText + + + + + + + menubar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + toolBar + + + Tools + + + + + + + + + + + + + + Toolbar + + + Toolbar + + + + + + + + + + + + fontComboBox + + + + + SpinBox2 + + + 6 + + + 10 + + + + + + + + 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 + + + + + alignActionGroup + + + align + + + false + + + + leftAlignAction + + + true + + + textleft.png + + + left + + + &Left + + + 272629836 + + + + + rightAlignAction + + + true + + + textright.png + + + right + + + &Right + + + 272629842 + + + + + centerAlignAction + + + true + + + textcenter.png + + + center + + + &Center + + + + + + + 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(TQAction*) + EditorForm + changeAlignment(TQAction*) + + + underlineAction + toggled(bool) + textEdit + setUnderline(bool) + + + italicAction + toggled(bool) + textEdit + setItalic(bool) + + + boldAction + toggled(bool) + textEdit + setBold(bool) + + + fontComboBox + activated(const TQString&) + textEdit + setFamily(const TQString&) + + + fontComboBox + activated(const TQString&) + textEdit + setFocus() + + init() + fileExit() + fileNew() + fileOpen() + fileSave() + fileSaveAs() + helpAbout() + helpContents() + helpIndex() + changeAlignment( TQAction * align ) + saveAndContinue( const TQString & action ) + + -- cgit v1.2.1