Why does Wayland better then X11 for Qt 5.2 on Linux ?
Why does Wayland better then X11 for Qt 5.2 on Linux ?
View Article[SOLVED] QML virtual keyboard + TextEdit
Hi all, I’m attempting to build a virtual keyboard in my QML application (Qt 4.8.5 and QML 1.1). What I really need is to simulate key events when pressing a key buttons of virtual keyboard. I searched...
View ArticleQVBoxLayout and QCheckBox
else if(ZERO == qstrncmp(ExitFromNet.toHex().data(), NewDatagram.left(FOUR).data(), ExitFromNet.size()) ) { ...
View ArticleQRect and QRectF - contains menthod
Hi I had a quick question on a version of the contans method for QRect and QRectF QRect bool QRect::contains(const QRect & rectangle, bool proper = false) const This is an overloaded function....
View ArticleQt cannot find constants into an included header
I am trying to build an application in Windows 7 with MinGW that uses IID_IShellDispatch and CLSID_Shell I get an undefined reference for these, although I can clearly see them inside ShlDisp.h and Qt...
View ArticleQtitanRibbon 3.2 with Office 2013 style support has been released!
QtitanRibbon 3.2 has been released and available for download! This release introduces a new Microsoft Office 2013 theme with White and Gray palette, fixes all known bugs registered by customers or...
View ArticleQtitanDataGrid 3.2 has been released!
QtitanDataGrid 3.2 has been released and available for download. This release provides the ability to use frozen rows at the top or bottom of the view. Freeze rows is possible in programmed way or...
View ArticleChild Windows are always under the main window
Hey hey When I create new standalone windows from QML, using code like this var component = Qt.createComponent("Window.qml"); var win = component.createObject(root); win.show(); the...
View ArticleEmpty .ts file after lupdate
So, I’ve ran into a problem. When I use lupdate on Qt Creator ( Tools -> External -> Linguist -> Update Translations (lupdate) ) or by terminal ( lupdate – recursive...
View ArticleAcessing 32 bit and/or 64 bit registry via QSettings
In general it is very nice to allow direct access of the windows registry via QSettings https://qt-project.org/doc/qt-5/qsettings.html#accessing-the-windows-registry-directly I like that! Especially,...
View Articleروش آپلود کردن در python /pyqt(pyside)
سلام من ی برنامه ای با pyside نوشتم و الان برنامه نیاز داره که بتونه توی xfilesharing فایل آپلود کنه مشکل من چون که کلا با پایتون و پایساید خیلی جدید هستم(کلا با زبان سیستمی)نمیدونم باید چجوری هدر هارو...
View ArticleUpload process in pyqt(pyside)
Hello I’m pretty new to Pyside(python) I need to upload files to xfilesharing in my program but I can’t find out how to send header or how to open a html file and etc(I have no idea how it works...
View ArticleHow do I perform simple drag and drop?
I’m trying to drag and drop one square to another, using this code: //where I want to drag from Connector { id: connector anchors.right: parent.right...
View ArticleConnecting custom parent's slot to child's signal in constructor
Here is the problem: I have a QObject based custom class which I parse as parent to another QObject based child class. I need to connect the parent’s custom slot to child’s custom signal in the child’s...
View ArticleQt 5.2.0 MSVC2012 include problem
Hi everyone, I want to build my project with MSVC2012 in Qt 5.2.0 but every time I try I get this message: C:\Programming\Qt\5.2.0\msvc2012\include\QtCore\qglobal.h:46: Error: C1083: Cannot open...
View ArticleQListView or Custom List of Widget?
Hi, I’m trying to achieve an interface similar to : https://www.dropbox.com/s/94sdayh0q5y4vfz/workoutList.png Of course this is not in QT. It is a web interface Copyright @Garmin for that. Basically...
View ArticleHow to use AdMod inside a Qt mobile app
I would like to add the AdMob Banners into my mobile app (Android & iOS) (https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals) The AdMod SDK provides the banners to show...
View ArticleQML, calculating keyboard height
Hi, at the beginning I have to say – I know about android:windowSoftInputMode attribute inside activity tag, and how does it work. But this is not what i need. When keyboard appears (some text input...
View ArticleHow to Install Qt 5 and Qwt on CentOS 6
If you are trying to install Qt and Qwt [qwt.sourceforge.net] (Qt Widgets for Technical Applications) on CentOS, then the following instructions should be of good use. I created these steps, after many...
View ArticleExtra permissions on AndroidManifest.xml
I have a Qt5 game (https://github.com/omidnikta/qtmind) that I can successfully deploy as follows (Host is Arch Linux) /opt/android-qt5/5.2.0/bin/qmake make install INSTALL_ROOT=android-build/...
View Article