Adding consecutive stylesheets to widget
Hello all! I’m using a single stylesheet to apply styles to all my widgets. My qss code is, QLabel#heading { font-size: 28px; font-weight: bold; ...
View ArticleDo you think that Quick2 has a slower perfomance than Quick1.1 when starting...
With my computer ,when start a Quick1.1 application(Official example),QDeclarativeView’s Window and qml contents are almost simultaneously displayed,while when start a Quick2.0 application(the same...
View ArticleWiki pages naming convention
As I read Qt Contribution Guidelines [qt-project.org] I find many link broken due to: some small differnces in words (i.e. Coding_Style [qt-project.org], while Qt_Coding_Style [qt-project.org]) —...
View ArticleQGraphicsItem: any convenience function like setRect()?
Hi! I wanted to resize different types of QGraphicsItem without subclassing them. It seems like ONLY QGraphicsRectItem and QGraphicsEllipseItem have the member “setRect()” to resize them from the...
View ArticleOrder of preview/submit buttons differs for forums and wiki editting pages.
When I am starting new discussion on forums I have two buttons on the lefthand side: Preview Post and Submit Post. When I am writing a reply to some discussion on forums I have two buttons on the,...
View ArticleQt5 qMetaTypeConstructHelper ?
Is qMetaTypeConstructHelper deprecated in Qt 5. I am trying to use template <> void *qMetaTypeConstructHelper<MyModule>(const MyModule *) { return new...
View ArticleSmall team. Remote job.
Hello, I have small team and we looking for remote job. With Qt 1 year. Experience in C++, boost, Qt, Python also. Databases Oracle, DB2, MySQL, PostgreSQL. Our projects in github:...
View Article[Solved] Error creating the package
A few hours from the deadline for submitting my app, my project is now ready to rock and …. I am stuck :( From here [developer.blackberry.com] I trying to creat a package, I copy the file.bar and...
View Articleqt5 QMenuBar in QMainWindow does not respond properly to touch on Windows 8
I just moved my application from Qt 4.4 to Qt 5.0. On a touch tablet (Samsung Series 7) running Windows 8, using Qt 4.4, I am able to operate the menubar (QMenuBar) in my main window (QMainWindow) via...
View Articleembedding qml into qwidget in Qt5, when?!
بچه ها این مشکل راست به چپ را چطوری میشه تو فروم حل کرد؟!!! اصلا نمیشه متن فارسی همراه با کلمات انگلیسی نوشت!
View ArticleCustom window
Hello everyone. I want to know how i can make a custom window like that (Photoshop): Look the close, widgets:
View ArticleQGraphicsItem rotation transform
Hi all, How to rotate a QGraphicsRectItem arround its center not arround it local coordinate origin ? in my case : Rect(40, 8) ==> rotation around the point (20,4) I tried by...
View ArticleQuestion: write a simple browser of data.
Hi, I’m developing notifyfs, a fs event monitor and entry cache. The entries do have an index: ordered on name. What I want to create is a simple filebrowser with above line to enter the directory, and...
View ArticleHow to Use and set Variables from other struct i think it is called (void)?
How to Use and set Variables from other struct i think it is called (void)?
View ArticleDesktop and Mouse event
Hello, good afternoon, I am trying to determine when the mouse passes over the edge of the desktop, for this I am using QDesktopWidget With QDesktopWidget screen I get the QWidget on the desktop, I’ve...
View ArticleRebuilding Qt 5 (MSVC) from source wihtout breaking SDK structure
Because of recent discoveries of dependencies not needed for Qt 5 apps, it has become necessary to rebuild with those items removed. Specifically OpenGL and Webkit. These create a need of many DLLs...
View ArticleHow to put a qlineedit text into a variable?
How to put a qlineedit text into a variable?
View ArticleQGraphicsSimpleTextItem under Qt 5.0 no longer draws outline
Hello all, I have a simple desktop app under Qt that started as a 4.8 project and has been ported to 5.0 however upon doing so the QGraphicsSimpleTextItem class now seems to function differently. I...
View Article