
XHTML Wysiwyg Qeditor
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/pehohlva/xhtml_edit_qedit_base
Light html Wysiwyg editor to work self or to integrate on a QT 4 CMS projekt, or in place of Word and exports as pdf file.
New version 3.9.1 code to run on qt5.9:
I need this tool to work ....
https://github.com/pehohlva/xhtml_edit_qedit_base
Tested on mac osx sierra.
Features:
Inline image edit
Image Crop
Image Rotate
Image GreyScale / sepia effect
Image Color filter
Image resize / scale
Grab screenshot on evry os CTRL+W (Apple on mac)
Large Context menu right click
Support jpg,png,gif ( USB stick version static build only png )
Full Drag & Drop support file image.
XHTML source and Wysiwyg edit
Tidy filter included
Inline table edit cell padding , BG color, with , border, cell color background
All os system installed font avaiable
All aligment setting avaiable
Inline pixel margin setting on paragraph / span / block attributes
Bullet list / Orderet list
Inline link creator
Paste image direct from from other application
Paste html direct from firefox browser image included
Paste excel formated table section copy from openoffice as image or other application html mime.
Paste full html page direct from browser image included
Export as pdf format or as html/xhtml & separated image linked to "./"
CSS 1/2 self setup on source
Print all page
Work on 3 modus: View (like browser) - Wysiwyg edit - Source edit
Cross compile on Window / Linux / Mac OSX and other OS supported from QT like Handheld PC or cellular.
No javascript support on Wysiwyg modus, can only write on Source modus.
jamadagni
12 years ago
Report
magland
13 years ago
There seem to be a lot of versions floating around in different places.... sourceforge, google, etc...
under different names and different versions.
Could you please tell me where I can reliably find the most up to date file?
Thanks.
Report
patrik08
13 years ago
I suppose the latest is subversion
http://qxhtml-edit.googlecode.com/svn/trunk/htmledit/
on main.h you must find:
#define _PROGRAM_VERSION_ "version 3.8 / 2007-g6"
My Latest html editor layer based ( floating <div topleft="X,Y"> ) will be born on...
http://www.qt-apps.org/content/show.php/Fop+MiniScribus+XSL-Fo?content=67552
maybe on version 1+
Report
mstf-gny
13 years ago
Report
patrik08
13 years ago
http://qxhtml-edit.googlecode.com/svn/trunk/htmledit/src/main.cpp
depend on OS if file exist it dispay the language from your LANG env.
#endif
#if defined Q_WS_MAC
localedirfile = QString("%1/locale/edit_%2.qm").arg(QDir::currentPath()).arg(UserLanguage());
#endif
#if defined Q_WS_WIN
localedirfile = QString("%1/locale/edit_%2.qm").arg(QCoreApplication::applicationDirPath()).arg(UserLanguage());
#endif
#if defined Q_WS_X11
localedirfile = QString("%1/locale/edit_%2.qm").arg(WORK_CACHEDIR).arg(UserLanguage());
#endif
#define _PROGRAM_SHORT_NAME "qt_xhtmledit"
#define WORK_CACHEDIR \
QString( "%1/.%2/" ).arg(QDir::homePath(),_PROGRAM_SHORT_NAME)
On linux ~/qt_xhtmledit/locale/*
if you recompile change on main.h the path...
Report
mstf-gny
13 years ago
correct links is here
Translation »
http://www.mgunay.net/mstf/pisi/qxhtml-edit/edit_tr.ts
Pisi Package »
http://www.mgunay.net/mstf/pisi/qxhtml-edit/qxhtml-edit-3.6-1.pisi
Report
patrik08
13 years ago
Report
mstf-gny
13 years ago
Report
mstf-gny
13 years ago
http://www.mgunay.net/mstf/pisi/xhtmledit/xhtmledit-3.6-1.pisi
Report
mstf-gny
13 years ago
http://www.mgunay.net/mstf/pisi/xhtmledit/edit_tr.ts
Report
mvillarino
13 years ago
Report
patrik08
13 years ago
Report