Qt Creator i standard C++11
Witam. Mam kłopot ze zmuszeniem Qt Creatora w wersji 2.7 do wyświetlenia podpowiedzi z STL w standardzie C++11. Kompiluje się wszystko w porządku i jest ok, ale problem jest z wyświetleniem...
View ArticleIt was said Android and iOS will be supported in Qt5.2?
Is that true? If true, that is really a great news!!! I’ll choose c++ and Qt for mobile for future. (Currently i feel sad with objc and java, cause i like c++)
View ArticleHow to set a "instant" value instead of a relative value of a property?...
rect2 width and height must be half of its parent width and height. But I want that just at the beginning. If the user resizes the window, I don’t want the rect2 to recalculate his width and height...
View ArticleQt5 中使用 OpenGL 原生 API ?
发现 Qt5 VC2010 里无法调用 OpenGL 原生 API 例如 glBegin(…) glVertex3f(…) 等等,包括 <GL/gl.h> 就会提示 GLdouble 重定义,查了一下是在 qgl.h 中 将 GLfloat 定义为 GLdouble ,这是为 Qt 嵌入式 <GLES/gl2.h> 里弄的。Qt5...
View ArticleQt Quick ... ?
سلام بچه ها … من تا الان با qt quick کار نکردم .. در واقع اصلا نمیدونم چی هست …. فقط میدونم برای برنامه های موبایل هست … ! یه جا خوندم از javascript به جای c++ استفاده میکنه و … از لحاظ دسترسی به سیستم...
View ArticleAndroid and IOS in Qt ... !
سلام بچه ها … خب میدونم که قراره برنامه نویسی IOS و Android به Qt اظافه بشن و نسخه ی بتاش هم هست … ! حالا … برنامه نویسی برای این دو سیستم عامل با کیوت آیا فرقی با برنامه نویسی با جاوا داره ؟ اصلا کدوم...
View ArticleWindows Phone 8 in Qt ... !
سلام بچه ها … یه سوال … آیا با کیوت میشه برنامه برای Windows Phone 8 هم نوشت … ! چطوری ؟
View ArticleWindows 8 in Qt ... !
سلام بچه ها … آیا با qt میشه برای ویندوز 8 برنامه نوشت … ؟ اینو میدونم که نمیشه … اما احتمالا کیوت باید سازگار بشه …. کی سازگار میشه ؟ چوت API ویندوز در حال تغییر هست و API ویندوز 8 فرق داره … فکر کنم...
View Articleمشکل در سرعت برنامه های Qt
سلام بچه ها … من یه برنامه با حجم 3 مگابایت نوشتم و در این برنامه از هیچ عکسی استفاده نکردم … حالا سرعت بالا اومدنش خیلی کند هست … ! فقط این برنامه نیست … خیلی از برنامه هایی که خودم نوشتم و خیلی از...
View ArticleAPI in Qt ... !
سلام بچه ها … qt چقدر به API یه سیستم عامل دسترسی داره … مثلا ویندوز … داخل برنامه های qt میشه assembly هم نوشت ؟
View ArticleCustom fonts only works the first time
Guys, I am really struggling with this and not sure how to solve this issue. Here is the code. I am running this on symbian ^3 (belle) I have 2 custom fonts that i need to use. In the example below i...
View ArticleQT + VTK + VS2008
hi, well, i’m doing a project with qt, vtk, on VS 2008 C++ the project consist on move a hand with a haptic device in these case is a glove. i have the serial communication working well, my problem is...
View ArticleCreating and sending crafted packets
Hello, I have been writing an application that creates a QByteArray representing a packet of data that I carefully craft in order to control the parameters present in a UDP Header (according to...
View ArticleQt 5.0.2 for Windows 32-bit (MinGW 4.7, 650 MB)
سلام … امروز اومدم داخل سایت صفحه ی اول Qt 5.0.1 Alpha رو نشون داده و صفحه ی دانلود Qt 5.0.2 for Windows 32-bit (MinGW 4.7, 650 MB) رو گذاشته … این حقیقت داره … این فینالش هست … یعنی qt 5.0.2 الان...
View Articlemouse events on windows 8
Hello, I am trying to port my desktop application on a touchscreen enabled windows 8. Unfortunately qwidgets behaviour is bad due to windows 8 mouse events generation (I think), but only since Qt5.0.1....
View ArticleOpenGL version of Qt makes animated QtQuick2 application excessive cpu load
Anyone has the same issue with me? Or am I missing something? When using OpenGL version of Qt(not ANGLE version), as long as the application has constant animations or particle systems, it used 25% cpu...
View ArticleXcode 4.5 Custom formatters (summary formatter)
Does anyone have any good information regarding how to add custom formatters for QString, QList, etc in XCode 4.5? I’ve tried the following 2, the first which gives me a “Summary unavailable” and the...
View ArticleWhat widget to use to build a BIG Excel like grid?
Hello, I’m going to experiment with writing a simple spreadsheet application. I have tried the existing ones and NONE could handle reasonably fast an excel file with 130,000 lines and lots of columns,...
View ArticleWhy isn't my signal and slot working? Button click (signal) is supposed to...
mainwindow.h: #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMainWindow {...
View Article