Qt5's QTextEdit and accented characters in KDE
Hi all, I’ve ported a Qt4 project I’ve been working on to Qt5. Porting was easy with minor modifications. On OS X, everything works fine, if not better (faster). On Linux with latest KDE, however, I’m...
View ArticleWindows Qt5 QWebview widget is missing
Hi, i’ve just installed Qt5 on Windows 7 ( qt-windows-opensource-5.0.0-msvc2010_32-x86-offline.exe). Unfortunately cannot find QWebview among Display widgets in qtcreator. I’ve found a few qtcreator...
View ArticleHow set background of dialog only
Hi I am designing a dialog the background of which should be a colour gradient but the labels should be transparent. So in Qt Designer I set the style sheet for the dialog but of course this means that...
View ArticleHow to connect Signal of one dialog to slot of other dialog?Qt
Hi I want to set text from plainTexteditor of one form to texteditor of other form. Please tell me. Thanks Priya_sipl****
View Articlelocalisation and qresources
Do you know if it possible lo load a resource or another depending of the System Locale language? If it is, how? Thanks, Idoia
View ArticleStrange widget positioning within a QToolBar
I have a problem with adding 3 widgets arranged in a QGridLayout. It works when I insert this into a QToolbar that I have defined with designer. I fails when this QToolbar is defined within the code....
View Articleتقویم
قبلا در مورد موضوع تقویم جلالی بحث زیاد شده. نمیدونم پروژه سروش هم تا چه حد پیش رفته. اول از همه خواسته فعلی من الان یه تقویم جلالی هست (2 طرفه) اگر کسی موجود داره، نیاز دارم. و بعد اینکه یه سورس قدیمی...
View ArticleQt Lizensierung ?:-( schnief... endlos thema
Hallo liebe entwickler, vorweg newbie :-) ich weiß es ist ein endlos thema und ich habe auch schon unzählige seiten durchforstet und weiß immer noch nicht 100% wann ich eine qt lizenz brauche, was...
View Articleکیتهای توسعهٔ کیوت ۵
بعد از حدود ۶۴ ساعت کامپایل تونستم کیوت پنج رو در دو نسخهٔ ۶۴ بیتی و ۳۲ بیتی برای ویندوز کامپایل کنم. (بیچاره کامپیوتر) این کامپایلها جزئی از پروژهٔ EBO-Qt خواهند بود. EBO-Qt مخفف En-Block Optimized...
View ArticleQLabel used as email address
Hi I can make a QLabel represent a web link, but is there a way of having a label represent an email address and when the link is clicked open the users email client? thanks
View ArticleHow to have qt5 work on desktop like on mobile devices (es2, correct glsl...
Hi all and happy new year ! I am looking for help/information concerning this issue : My work: I have a render engine that works on an iOS app. I almost managed to make it work by calling the same...
View ArticleQt5 How display a QML file
I’ve started a QML project, but I don’t know how to display it into a window. I know, I can use qmlview.exe, but I think there is another way to do it with Qt Creator, is’nt it ? Please assist me ! In...
View ArticleHow to set cache drive on netork for QWebView cache
I am using QWebView to display my web content , I wanted to setup cache capability for my webview for that I wanted to set cache drive , but I dont have enough memory available at my client side, how...
View ArticleCould not create HTML5 project
Hello there. I am trying to create new HTML5 project but still no luck. Everthing ends in “Targets” section, it says “No valid kits found”. Any ideas? Thank in advice!
View ArticleGiving a QGLWidget a transparent background
Hello! If anyone saw my last thread, then you probably already know that I have been piddling around with QGLWidgets in my program. I finally got my 3d drawing code to work, only to hit another...
View Articlequestion regarding Mandelbrot threading Example
Hi all, I have two questions about Mandelbrot threading Example (http://doc.qt.digia.com/main-snapshot/threads-mandelbrot.html) 1) I implemented a thread similar to RenderThread. when I step in my...
View Article[SOLVED] How correct using MenuBar, Menu and MenuItem from QML Desktop Component
Hi everybody! I try use MenuBar inside my application and I have a small issue. I can’t understand how to detect a click for menu item. The code which I try using for it, looks like this: ...
View Articleqmake and the qt creator auto complete function ignore the project dependences.
Hello, I develop a program on mac os and windows with the kdepim packages. So I need to reference my project to kdepim packages. Bellow the packages and dependence list : Kdepim lib dependence akonaki...
View Article[SOLVED]Multidimensional array
Hi guys, I’m trying to use a multidimensional array: QList<QList<QVariant> > info; //Append QList<QVariant> works... info.at(0).append(query->value(0));...
View ArticleQt 5 embedded screen rotation
With Qt4 application rotation of 90, 180 and 270 degree was fairly easy with -qws -display transformed:Rot270. I’ve been trying to find the equivalent with Qt 5 with Ogles2/eglfs, starting the...
View Article