OpenGL (GLES 2)
I am programming on Qt 5.0.1 with GCC, and i have a little problem. I want to use standart openGL functions like glMatrixMode and etc. but i found that during linking opengl widget uses gles lib, not...
View Article[SOLVED]Unable to find a Qt build! To solve this problem specify a Qt build
Operating System: Windows 8 Qt Version: 5.0.1 (MinGW 4.7) IDE: Visual Studio 2010 Hi, I am trying to get Qt working within Visual Studio 2010. I installed Qt and then the Visual Studio Add-in....
View ArticleQtWebView + Javascript Visualization Library
Hi all, had this posted in the wrong forum folder so sorry for the duplicate … So D3 [github.com] is a visualization library written in javascript for data visualizations on the web. The goal is to try...
View ArticleQt OpenSource 4.8.4
When installing I get an error saying: —————————————- Qt OpenSource 4.8.4 Setup —————————————- There is a problem with your MinGW installation: g++ not found in C:\MinGW\bin\ Do you still want to...
View Articlehow to dock the QDockwidget in the center of the from in code and also let...
how to dock the QDockwidget in the center of the from in code and also let the user do it with the gui? I did have trouble wording this question. Thank you from taking you time to read this.
View ArticleFound an error in the Qt assistant help (Version 5.0.1),any idea where this...
In the License Wizard Example of the help ,the nextId() method of the ConclusionPage class should have been written as follows: int ConclusionPage::nextId() const { return -1; }...
View Articlehow to dock the QDockwidget in the center of the from in code and also let...
how to dock the QDockwidget in the center of the from in code and also let the user do it with the gui? I did have trouble wording this question. Thank you from taking you time to read this.
View ArticleMainwindow layout problem with QDockWidget?
I want the docking to be Ex. +-----+-----+-----+ | | | | | | | | |...
View ArticleComboBox drag and drop issue
I have a requirement in which I have to drag an item from comboBox and drop it on a PushButton. For this I am writing a class for comboBox and handling all the drag events in the same class, also I am...
View ArticleQT5 QtWebkit build failed on Ubuntu 12.04 32-bit
Hello, everyone! I couldn’t build the last Webkit + QT5 on Ubuntu 12.04 32-bit. I tried to build QtWebKit accroding to: http://trac.webkit.org/wiki/BuildingQtOnLinux . On Ubuntu 12.04 64-bit all is OK...
View ArticleQDockWidget layout changes after minimizing mainwindow
I am writing a small image viewer and I currently have these two tools docked in qdockwidgets in the right dock area. The problem is that after I minimize the main window the layout of the two docked...
View ArticleQAxServer based controls need a explicit event process immediately after ui...
I find some problem when using ActiveQt in 5.0.0, windows XP Sp3 VS2010. Active Control based on QAxbase will not enter a correct event loop unless QCoreApplication::processEvents() is called...
View ArticleSubmitting Qt Tutorials
Hi, So I looked for a tutorial on making an XBMC remote in Qt, but couldn’t find one.. So I made my own.. Is there anywhere I would submit it? Not sure where in the forum it would fit.. regards Andy
View ArticleMultiple Widgets
Hello everyone, my Problem: I have two Widgets in my Projekt. How can I tell QT, which one he should run at first? Thank you!
View Articlemytype value; somefunction(&value) is different from mytype* value;...
Hi As you can guess from the question, I am quite a newbie. I know what passing by reference is (&) and I know what pointers are and how you dereference them and such (or I think I know). But...
View Articleغیر فعال کردن یک سل خاص در QTableView توسط Delegate
سلام دوستان :) یه Delegate نوشتم از نوع QStyledItemDelegate . میخوام در مواقع خاص یه سل خاص از جدول (QTableView) را غیر فعال کنم. فقط یک سل خاص که از این Delegateی که گفتم روش سوار هست. چطور میتونم...
View ArticleHow to integrate QT Desktop application with attached scanners or digital...
Wanted to explore what are the suitable options to be able to invoke scanner interface from my QT desktop application, take scans and attach the scanned image to my application. I believe there must be...
View Articleامکان subscribe کردن Threadها
سلام دوستان :) اول تشکر میکنم از همه کسایی که زحمت سایت را کشیدن :) دو ساله که به صورت جدی Qt کار میکنم هیچوقت باور نمیکردم یه همچین جمع فعالی تو ایران باشه :) اما یه پیشنهاد برا سایت دارم: اگه بشه...
View ArticleHow to Use Classes derived from QObject to send signals and have slots
Hi I have been trying to have a class called Tool that derives from QObject and declares several slots. I my QMainWindow class (TheClass), I am trying to use that class. For instance TheClass has a...
View Articlehow to access MainWindow statusBar from a OpenGL glWidget mouse event?
Inside my “class glwidget : public QGLWidget, protected QGLFunctions” I want to call the MainWindow method “statusBar()->showMessage( cursor location)” as the cursor moves over an image in my...
View Article