

Qt Components
Qt Widgets
Utilities
Very nice
- Feb 08 2014
Maybe I'm part of another planet. Sorry for the trouble.
- Mar 27 2012
Your irony is too high for my english knowledge.
In altre parole ma che stai a dí? - Mar 27 2012
In altre parole ma che stai a dí? - Mar 27 2012
Thank you very much for your help! Now the compilation is fine, but of course there is a linker problem.
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray __thiscall Poppler::EmbeddedFile::checksum(void)const " (__imp_?checksum@EmbeddedFile@Poppler@@QBE?AVQByteArray@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QDateTime __thiscall Poppler::EmbeddedFile::modDate(void)const " (__imp_?modDate@EmbeddedFile@Poppler@@QBE?AVQDateTime@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QDateTime __thiscall Poppler::EmbeddedFile::createDate(void)const " (__imp_?createDate@EmbeddedFile@Poppler@@QBE?AVQDateTime@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Poppler::EmbeddedFile::size(void)const " (__imp_?size@EmbeddedFile@Poppler@@QBEHXZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::EmbeddedFile::description(void)const " (__imp_?description@EmbeddedFile@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::EmbeddedFile::name(void)const " (__imp_?name@EmbeddedFile@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QList<class Poppler::EmbeddedFile *> __thiscall Poppler::Document::embeddedFiles(void)const " (__imp_?embeddedFiles@Document@Poppler@@QBE?AV?$QList@PAVEmbeddedFile@Poppler@@@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Poppler::Document::hasEmbeddedFiles(void)const " (__imp_?hasEmbeddedFiles@Document@Poppler@@QBE_NXZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum Poppler::Document::PageMode __thiscall Poppler::Document::pageMode(void)const " (__imp_?pageMode@Document@Poppler@@QBE?AW4PageMode@12@XZ) referenced in function "public: virtual void __thiscall EmbeddedFilesDock::documentLoaded(void)" (?documentLoaded@EmbeddedFilesDock@@UAEXXZ)
1>optcontentdock.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: enum Poppler::Document::PageMode __thiscall Poppler::Document::pageMode(void)const " (__imp_?pageMode@Document@Poppler@@QBE?AW4PageMode@12@XZ)
1>fontsdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::FontInfo::file(void)const " (__imp_?file@FontInfo@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall FontsDock::fillInfo(void)" (?fillInfo@FontsDock@@MAEXXZ)
....
I do not wanna waste much time, but you have an idea where I can find these libraries?
Thank you in advance ... - Mar 22 2012
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray __thiscall Poppler::EmbeddedFile::checksum(void)const " (__imp_?checksum@EmbeddedFile@Poppler@@QBE?AVQByteArray@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QDateTime __thiscall Poppler::EmbeddedFile::modDate(void)const " (__imp_?modDate@EmbeddedFile@Poppler@@QBE?AVQDateTime@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QDateTime __thiscall Poppler::EmbeddedFile::createDate(void)const " (__imp_?createDate@EmbeddedFile@Poppler@@QBE?AVQDateTime@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: int __thiscall Poppler::EmbeddedFile::size(void)const " (__imp_?size@EmbeddedFile@Poppler@@QBEHXZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::EmbeddedFile::description(void)const " (__imp_?description@EmbeddedFile@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::EmbeddedFile::name(void)const " (__imp_?name@EmbeddedFile@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QList<class Poppler::EmbeddedFile *> __thiscall Poppler::Document::embeddedFiles(void)const " (__imp_?embeddedFiles@Document@Poppler@@QBE?AV?$QList@PAVEmbeddedFile@Poppler@@@@XZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Poppler::Document::hasEmbeddedFiles(void)const " (__imp_?hasEmbeddedFiles@Document@Poppler@@QBE_NXZ) referenced in function "protected: virtual void __thiscall EmbeddedFilesDock::fillInfo(void)" (?fillInfo@EmbeddedFilesDock@@MAEXXZ)
1>embeddedfilesdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum Poppler::Document::PageMode __thiscall Poppler::Document::pageMode(void)const " (__imp_?pageMode@Document@Poppler@@QBE?AW4PageMode@12@XZ) referenced in function "public: virtual void __thiscall EmbeddedFilesDock::documentLoaded(void)" (?documentLoaded@EmbeddedFilesDock@@UAEXXZ)
1>optcontentdock.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: enum Poppler::Document::PageMode __thiscall Poppler::Document::pageMode(void)const " (__imp_?pageMode@Document@Poppler@@QBE?AW4PageMode@12@XZ)
1>fontsdock.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QString __thiscall Poppler::FontInfo::file(void)const " (__imp_?file@FontInfo@Poppler@@QBE?AVQString@@XZ) referenced in function "protected: virtual void __thiscall FontsDock::fillInfo(void)" (?fillInfo@FontsDock@@MAEXXZ)
....
I do not wanna waste much time, but you have an idea where I can find these libraries?
Thank you in advance ... - Mar 22 2012
Thank you for your help, I can only agree with you , the possibility of failure are too high ... At least for my level of knowledge.
- Mar 21 2012
Nice work but I have several compiler errors like this:
1>.\src\embeddedfilesdock.cpp(21) : fatal error C1083: Cannot open include file: 'poppler-qt4.h': No such file or directory
Is this a library?
I'm try to build it with VS2008 on seven.
Thank you in advance for your help. - Mar 21 2012
1>.\src\embeddedfilesdock.cpp(21) : fatal error C1083: Cannot open include file: 'poppler-qt4.h': No such file or directory
Is this a library?
I'm try to build it with VS2008 on seven.
Thank you in advance for your help. - Mar 21 2012
But this code is reserved only for arabic programmer?
Thanks - Sep 26 2011
Thanks - Sep 26 2011
If you don't want to give its source code, then Qt-Apps isn't the place for your app. For proprietary Qt applications exists Qt-Prop.org, which just like Qt-Apps but there you don't need to give your source code.
- Aug 01 2011
Is available the source code?
- Aug 01 2011
Nice app, is the source available?
- May 28 2011
It work fine! I have added only a method to clear all satellites.
- Apr 19 2011
Nice program but poland language is very complex! An english version?
- Nov 03 2010
Sorry! Probably I must increase the power of my glasses ....
- Feb 26 2010
Very nice program! But I can't find the source code! Is proprietary ?
Regards - Feb 26 2010
Regards - Feb 26 2010
Very very nice work!
My compliments....
Regards
Manuele
P.S. I have tested your library on XP SP3, VS 2008 and Qt 4.5.0 - May 02 2009
My compliments....
Regards
Manuele
P.S. I have tested your library on XP SP3, VS 2008 and Qt 4.5.0 - May 02 2009
Hello, very nice work!
I have found a little bug on the builded version: the program crash when use the mouse wheel at low magnify.
Also I try to compile the source with Qt 4.3.2 and VC 2003 but it found the following error:
generatorcore.cpp(167) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2708)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Regards - Mar 26 2008
I have found a little bug on the builded version: the program crash when use the mouse wheel at low magnify.
Also I try to compile the source with Qt 4.3.2 and VC 2003 but it found the following error:
generatorcore.cpp(167) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2708)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Regards - Mar 26 2008
Nice work...
I have found only some little bugs with XP-MSVC 7.1 and Qt 4.3.2:
- M_PI itsn't defined...
- In method "void Graphic::drawBoundary(QPainter &painter)" add "(const QBrush &)" to "painter.fillRect(0,0,10,10, (const QBrush &) brush);"
- Also the loaded images aren't removed on new load.
- Feb 16 2008
I have found only some little bugs with XP-MSVC 7.1 and Qt 4.3.2:
- M_PI itsn't defined...
- In method "void Graphic::drawBoundary(QPainter &painter)" add "(const QBrush &)" to "painter.fillRect(0,0,10,10, (const QBrush &) brush);"
- Also the loaded images aren't removed on new load.
- Feb 16 2008