
Qtnp
Source (link to git-repo or to original if based on someone elses unmodified work):
Project needs translators!
Qtnp's benefits:
Supported Languages: English, Russian(Русский)
Can draw grids, coordinate planes and graphics on it
Flexible settings
PRESENTATION MODE
Support all base formats
GUI for blackboardstablets etc.
Buil-in powerful calculator
2.0.0-beta
Rewrited to c++11.
Code cleaned.
Fill added.
Undo fixed.
Presentation tips added.
About updated.
Graphics drawing partly fixed (works in most cases)
Drawing a lot faster. Calculating faster.
New option to image size: remove toolbar's height from image's one.
Now you can change opacity of coordinate plane's text (up to invisibility).
Qtnp saves the window position and state; also there checkbox in settings to run fullscreen.
Russian updated.
2.0.0-alpha
Fully rewrited to Qt5
Ratings & Comments
16 Comments
// <tr> QTranslator appTranslator; QString trpath = QLibraryInfo::location(QLibraryInfo::TranslationsPath); // /usr/share/qt4/translations QString trfile = QCoreApplication::applicationName() + "_" + QLocale::system().name().left(2); if (not QFile::exists(trpath + QDir::separator() + trfile + ".qm")) trpath = app.applicationDirPath() + QDir::separator() + "i18n"; appTranslator.load(trpath + QDir::separator() + trfile); app.installTranslator(&appTranslator); // </tr>
Compiled, run ok. But ШГ detected.
Will be fixed in next release.
Будут предложения по шрифтам?
Live default
Сейчас так =\
http://img716.imageshack.us/img716/9467/screenshot039a1860.png THIS can't be default...
main.cpp: В функции «int main(int, char**)»: main.cpp:30:9: ошибка: нет декларации «sleep» в этой области видимости make: *** [main.o] Ошибка 1
Пардонте, пару минут...
Changelog: 0.9.7 ... 0.9.7 ... (v0.9.8 sources as tar.gz) (v0.9.7 sources as tar.gz) wtf?..
Thank you very much, this is realy very important for me!
could you please erase word ХУЙ from screenshots....
I think - this word is good human filter
:P
bash-4.2$ qmake-qt4 RCC: Error in 'res.qrc': Cannot find file 'res/pencil_ico.png' RCC: Error in 'res.qrc': Cannot find file 'res/change_pens_ico.png' RCC: Error in 'res.qrc': Cannot find file 'res/line_ico.png' RCC: Error in 'res.qrc': Cannot find file 'res/qtnp_ru.qm' RCC: Error in 'res.qrc': Cannot find file 'res/save_as.png' RCC: Error in 'res.qrc': Cannot find file 'res/qtnp_en.qm'
Fixed! Thanks!