Кросс компиляция для mipsel.
На хост системе OpenSuSE 12.3 64 bit пытаюсь собрать qt-everywhere-opensource-src-4.8.4 для устройства на mipsel (ingenic jz4760). Toolchain для mipsel установлен и работает (компиляция и запуск через...
View Articlepyside won't install
I have previously downloaded, installed and have been using the 64-bit python 2.7 on widoZe 7. I have downloaded the 64-bit version of pyside for python 2.7 pyside installation balks claiming no python...
View ArticleModifying a Qt windows32 bit project so it can be compiled for windows 64 bit...
Hi all I am working on a project that was previously done for win 32 bit platforms and I want to modify it so it can be run on Windows64 bit machines .I believe I have to make changes in the pro file...
View Articlemanipulating typemap.dat GSoap
i created a web service at my own computer (localhost) after that i following below tutorial for creating a client side application for using this web service...
View ArticleNeed to help to select the QGraphicsPixmapItem when click on it.
Hello everyone, I want to draw image on QGraphicsView. For this, I created a sub class of QGraphicsPixmapItem. When i click on QGraphicsView, it shows a QFileDialog to select image from the system and...
View ArticleHow to apply 'Qt Ambassador Program' ?
Hi Have a nice day i like to apply Qt Ambassador Program ,can anyone tell me what are requirements i want to follow ? Thanks
View ArticleActivating calender popup on focus in event
I have a requirement in which I want to activate the calender popup using the keyboard. But the problem is that, in the focus in event the popup doesn’t work. Please let me know if I need to change the...
View ArticleMac Pro with Qt 5
Hi, is anyone developing with the latest release of Qt 5 (i.e. 5.0.2) ? I have reports that when my application is opened, it crashes, consistently. At this stage, all it has done is construct a main...
View ArticleHow to pin widget to left/right/top/bottom edge?
Hi everyone, Today question from UI’s modeling. I’d like to dynamicly display different QWidget Form in one area of Form. Simple preview: Main area to load my widgets: And one of my widgets which will...
View ArticleIs it possible to move a QML application offscreen?
I need to slide a QML desktop tool window in from off-screen and have managed to move the viewer window from QML by passing a reference to the viewer using the rootContext. For some reason, though, I...
View ArticleIME, QAbstractItemView and EditTrigger::AnyKeyPressed
Hello! When dealing with Ime (chinese or japanese input method) on QT 4.8.4, if the QAbstractItemView has EditTrigger::AnyKeyPressed and a key gets pressed, the first char gets cought by the...
View ArticleCustom C++ settings and shared configurations
Hi. I created a custom C++ project that have a custom build commands and some environment variables. This project is hosted on my git repository. The problem is when i checkout in my other PC. When i...
View ArticleBuild x64 program with Qt5.0.2 and MS VS2012
Hi, i installed the Qt 5.0.2 for Windows 64-bit and the VS Addin 1.2.1 and try to produce a x64 Build of my program. I open VS2012 and click on “Open Qt Project File (.pro)” in the QT5 Section and it...
View ArticleUser customizable menu and toolbar
Hi, What is the best approach to allow a user to modify part of the user interface of an application? Typically the user want to reconfigure toolbars and menu structures. I have come up with two...
View ArticleQGLWidget as viewport in QGraphicsView refresh issue when maximize to fullscreen
Hi, I am developing a Desktop application on Windows 7 ×64 using Qt 4.8.2. The application has two panes where each contains a QGraphicsView visualizing two different QGraphicsScenes. One of the scenes...
View ArticleHow can I use my first QML object in my desktop app?
Hi guys, I have created my first simple QML object. Now, what do I have to do to get it disponible on my Qt IDE? How can I insert it into my dialog widget? Is it possible to insert it as the Qt objects?
View ArticleHow to get QtMultimedia to work ?
Hello, I have been using QtMultimedia perfectly fine when I downloaded the minGW version of Qt5 on windows, but I had to switch and use the MSVC version and now I cannot make QtMultimedia to work. I...
View ArticleKeyboard and mouse does not work together to change the source image
Hi guys, I am struggling with a problem, I guess its not so difficult but I am not able to solve it. My experience with QML is very small. I will appreciate your help. I have three radio buttons as...
View ArticleHow to restore a default size of the created buttons(custom plugin of Qt...
I have created a custom plugin for Qt Designer it simply QPushButton class with corrected size of button that creates(modified default values of the size), but if i have a many forms with this...
View ArticleQT5.1 for android compilation error.
Hi all, I’m trying to build QT5 for Android according manual – http://qt-project.org/wiki/Qt5ForAndroidBuilding Stage 6 – make returns error (after a few mins or work) : cc1plus: error: unrecognized...
View Article