From 7393fd4de1769cdab38800d0a0f58c8906ba0f5c Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Sat, 14 Feb 2009 00:11:23 +0530 Subject: Kuttans: Rewrite Kuttans in PyQT4, based on Rahul's original version in QT4 --- pykuttans/ui/kuttans.ui | 515 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 515 insertions(+) create mode 100644 pykuttans/ui/kuttans.ui (limited to 'pykuttans/ui') diff --git a/pykuttans/ui/kuttans.ui b/pykuttans/ui/kuttans.ui new file mode 100644 index 0000000..94d0868 --- /dev/null +++ b/pykuttans/ui/kuttans.ui @@ -0,0 +1,515 @@ + + + Kuttans + + + + 0 + 0 + 631 + 390 + + + + Kuttans + + + + + + + + + + + + 0 + 0 + 631 + 29 + + + + + &File + + + + + + + + + + + + + + + + &Convert + + + + &Unicode To ASCII + + + + + + + + + &ASCII to Unicode + + + + + + + + + + + + + + + &Help + + + + + + + + &Edit + + + + + + + + + + + + + + + + + + + + Main Toolbar + + + TopToolBarArea + + + false + + + + + + + + + + Edit Toolbar + + + TopToolBarArea + + + false + + + + + + + + + + + :/Kuttans/document-open.png:/Kuttans/document-open.png + + + &Open + + + + + + :/Kuttans/window-close.png:/Kuttans/window-close.png + + + &Close + + + + + + :/Kuttans/document-save.png:/Kuttans/document-save.png + + + &Save + + + + + + :/Kuttans/document-save-as.png:/Kuttans/document-save-as.png + + + Save &As + + + + + + :/Kuttans/system-help.png:/Kuttans/system-help.png + + + &Kuttans Help + + + + + + :/Kuttans/system-help.png:/Kuttans/system-help.png + + + &Payyans Help + + + + + + :/Kuttans/face-confused.png:/Kuttans/face-confused.png + + + &About + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &ASCII To Unicode + + + + + + :/Kuttans/edit-copy.png:/Kuttans/edit-copy.png + + + &Copy + + + + + + :/Kuttans/edit-cut.png:/Kuttans/edit-cut.png + + + C&ut + + + + + + :/Kuttans/edit-paste.png:/Kuttans/edit-paste.png + + + &Paste + + + + + + :/Kuttans/edit-undo.png:/Kuttans/edit-undo.png + + + &Undo + + + + + + :/Kuttans/edit-redo.png:/Kuttans/edit-redo.png + + + &Redo + + + + + + :/Kuttans/edit-select-all.png:/Kuttans/edit-select-all.png + + + &Select All + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Custom Font map + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Custom Font map + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Revathi + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Indulekha + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Karthika + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Revathi + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Indulekha + + + + + + :/Kuttans/preferences-desktop-font.png:/Kuttans/preferences-desktop-font.png + + + &Karthika + + + + + + :/Kuttans/document-print.png:/Kuttans/document-print.png + + + &Print + + + + + + :/Kuttans/application-illustrator.png:/Kuttans/application-illustrator.png + + + &Export As PDF + + + + + + :/Kuttans/document-print-preview.png:/Kuttans/document-print-preview.png + + + P&rint Preview + + + + + + :/Kuttans/edit-delete.png:/Kuttans/edit-delete.png + + + &Delete + + + + + + :/Kuttans/document-new.png:/Kuttans/document-new.png + + + &New + + + + + + :/Kuttans/application-illustrator.png:/Kuttans/application-illustrator.png + + + ASCII &PDF to Unicode PDF + + + + + + :/Kuttans/application-illustrator.png:/Kuttans/application-illustrator.png + + + Unicode P&DF to ASCII PDF + + + + + + + + + actionClose + activated(int) + Kuttans + close() + + + -1 + -1 + + + 298 + 193 + + + + + actionCopy + activated(int) + textEdit + copy() + + + -1 + -1 + + + 315 + 196 + + + + + actionCut + activated(int) + textEdit + cut() + + + -1 + -1 + + + 315 + 196 + + + + + actionPaste + activated(int) + textEdit + paste() + + + -1 + -1 + + + 315 + 196 + + + + + actionUndo + activated(int) + textEdit + undo() + + + -1 + -1 + + + 315 + 196 + + + + + actionRedo + activated(int) + textEdit + redo() + + + -1 + -1 + + + 315 + 196 + + + + + actionSelectAll + activated(int) + textEdit + selectAll() + + + -1 + -1 + + + 315 + 196 + + + + + -- cgit