QT5 cmake and libGlesv2
Hi guys I’m back again with another issue. I want to link libEGL and libGLESv2 on the windows build of qt into my project. I’ve had a look at the cmake modules you use but QT5Openglconfig.cmake doesn’t...
View ArticleIntercepting mouse event
I’m working on plugin for Qt and I’d wonder how could I intercept double-click signal when user double clicks on one of the files listed in navigation pane under Projects? Cannot insert image (I have...
View ArticleIncomplete documentation
This documentation is far from complete: http://doc.qt.digia.com/qtcreator-extending/creating-plugins.html#creating-3rd-party-plugins are there any near future plans to update it?
View ArticleDoes -developer-build affect binary artifacts?
Greeting all In help output of configure script it says -developer-build option, compiles and links Qt with Qt developer options including. Does it affect exported symbols in libraries? I wonder if a...
View ArticleQt Android Necessitas, switch to java and back to main Qt thread
Hello! Using Necessitas. I read that QtMobility not ported or don’t work and camera interface works only from java. First, I try use JNI. But calling some java functions, i have errors (maybe bad...
View ArticleMissing ActiveQt Container in Qt-Designer
I’m using Qt5vs2010 prebuild version under windows 7. I found that both designer and creator have no UI plugins for ActiveQt Container, and QtWebkit( already mentioned by former posts). I checked the...
View Article[Solved]Subclass QTabWidget
Hi to all, I want to subclass qTabWidget for accessing to qTabbar member for adding some tab with a push button. I’ve followed this old discussion [qt-project.org]. Now, I want to define a slot in my...
View Article[SOLVED]salam
سلام بر دوستان من هم اکنون در حال انجام یک پروژه با کیو تی +opencv هستم و ابلته بسیار در این زمینه تازه کارم… مشکلی برام پیش اومد که اگر کمک کنین ممنون میشم… من تا دیروز پروژه رو که ران می کردم جواب می...
View ArticleHelp I can not install Qt Creator 5.0
hi all I’m new, try installing the program Qt Creator 5.0 but I get problems. here some screenshots. http://subefotos.com/ver/?3835340872f244a8587e2ffb1699e6a3o.jpg...
View ArticleQT 5.0.0 documentation doesn't build
It seems documentation doesn’t get builded and installed if I build QT by myself. Does it required separate building and installation? I compile with VS2012 (64 bit). I configure with “-prefix...
View Articleدو سوال
سلام بر دوستان 1. چگونه کی تونم در کیوتی یک عدد string که در یک Text Edit نوشته میشه رو به دابل تبدیل کنم و اون عدد خوانده شده را به عنوان پارامتر به تابع پاس بدم؟ هدف من اینه که روی یک عکس...
View ArticleSQLite transactions in multiple threads
Hi Currently I’m using QSqlDatabase::transaction() and QSqlDatabase::commit() to optimize the write operations to a database. Still on large amount of queries the GUI is blocked. So I want to make some...
View ArticleWhy my Qt5 win32 app doesn't run on a clean Windows install ?
Hi, I recently ported my Qt 4.8 win32 app to Qt 5 win32, copied all necessary dll (checked with Dependency Walker) and tried to run it on another computer without Qt 5 installed… And it doesn’t run. No...
View Articleارتباط با جاوا اسکریپت
سلام من یک کد جاوا اسکریپت دارم که میخوام از توابع اون در برنامه استفاده کنم و خروجی اون ها رو به یک متغییر نسبت بدم. کد جاوا اسکریپت در یک فایل با پسوند js ذخیره شده. میخواستم از V8 JavaScript Engine...
View ArticleQt5 platforms plugins ?
Where I should place the qwindows.dll or qwindowsd.dll ? Because as you mentioned in Failed to load platform plugin. [qt-project.org] it should be in platforms directory, but it did not help me. Thanks...
View Article[SOLVED] QSet::find() iterator dereferencing gets "cannot convert 'this'...
I get the error on trying to access the iterator reference: QSet<UniqueWord>::iterator iter = uniqueWords.find(word); ...
View ArticleMsSQL QT 5.0.0 MSVC 2010
Hello and good Evening, I have problems with compiling problems MsSQL inside. I already compiled MySQL and put them into “C:\Qt\Qt5.0.0\5.0.0\msvc2010\plugins\sqldrivers”. Now i try to compile a...
View ArticleProblems with Qt Webkit and Mac App Store
I have developed an app that uses a web view and I’m having problems to publish it in the Mac App Store as more people has reported in the past. There’s an easy solution, using an OS X native web view...
View Articlestart QtCreator on Suse fails with error :...
Hi , has anyone an Idea what is going wrong here? Suse Version is : Suse Linux Enterprise Server 11 SP2 64-bit Thanks in advance error is : /opt/Qt5.0.0/Tools/QtCreator/bin/qtcreator: symbol lookup...
View ArticleQT 5 can't find VBSE 2010 compiler?
Hi guys, just trying to get up and running here. I downloaded and installed QT5, and then Microsoft Visual Basic Express 2010. Then I created a new project in Qt GUI Application with these options:...
View Article