این فروم ها قسمتی برای علامت گذاری تاپیک به عنوان دیده شده یا واچد لیست...
این فروم ها قسمتی برای علامت گذاری تاپیک به عنوان دیده شده یا واچد لیست نداره؟؟؟؟؟یا افزودن افراد به عنوان دوست؟؟؟ البته یک گزینه به عنوان سابسکرید داره ولی بعدا چطوری می تونیم توی پروفایل پیداش کنیم؟
View ArticleQLabel sizeHint without images
Hi, everybody I have a problem regarding QLabel. I rely on sizeHint() to determine the preferred height of a QLabel with word warp enabled. The problem comes when I try to add image tags (like...
View ArticleVirtual Keyboard on Desktop app
Hi, I’m developing a Desktop application on Ubuntu, I need a virtual keyboard when I press over a InputText, but it doesn’t works. This is my code: TextInput { ...
View ArticleError sending Iplimage using TCP
I am trying to capture frames from a Logitech HD cam connected to a Raspberry Pi through usb, the RP is running arch linux and I am using OpenCV C api and a TCP client. The TCP server is running...
View ArticleInsert rows
Hello everyone, Would you please help me? I have a QML list of items. And I am using C++ bindings to manipulate a list showed in QML. I did implement this function : void...
View ArticlePerformance issue with Flickable+Column+Repeater inside a PathView
My app consists of a PathView of pages, and each page consists of simple rows of text represented with a Flickable+Column+Repeater. Could you take a look at my QML to see, if there is some way I could...
View ArticleDeploy local Qt libraries Problem!
Hello, I have a problem by running QT application with necessitas on android device. Everything is working fine but I cannot make permanent application with local Qt libraries. The main view of tabs,...
View ArticleQt 5 - OpenGL Problem
Hello. My problem is that I cannot use OpenGL 2 functions, some which I can use are glClear, glClearColor, but I cant use glBegin for example. I added QT += opengl in project file. Can anyone help? Thanks
View ArticleQX11EmbedContainer not working
Hi, I want to user QX11EmbedContainer but it is not working. Qtcreator is giving compilation error on making instance of it: QX11EmbedContainer *container = new QX11EmbedContainer(); Error: Undefined...
View ArticleHow to compile Qt app with specify version dependency (Linux)
Hello there, I’m not sure how to describe it correctly, but I have a following problem. I need to compile my Qt application with exactly dependency to specific Qt version. Currently when I compile my...
View ArticleQt5.0 "Failed to load platform plugin"
Hi, I can build Qt 5.0 from source, configure-d using the arguments: -debug-and-release -shared -opensource -confirm-license -platform win32-msvc2010 -nomake tests -nomake examples -nomake demos...
View ArticleLubuntu 12.10 - Package X11 not found - Qt5
I’m trying to compile Qt5 on Lubuntu Linux 12.10 After a while i’m getting the following error: make2: Map ‘/home/grove/qt5/qtwebkit/Source/WebCore’ wordt binnengegaan ( test -f...
View ArticleiOS - Qt4iOS - mobility (problem of mine)
To begin with i will start by congratulating Qt4iOS for the latest update! The problem that i am having which unfortunately i can’t solve it on my own is the following: I am using the latest version of...
View ArticleQt 4.8.4 / Qt Creator installation and setup grief, in both Cygwin AND Linux...
My employer is in the process of buying a code base which uses Qt, so I need to set up any sort of development environment that I can, in which to work examples, learn the basics of Qt, and not...
View ArticleWebKit is "gone"
We’ve built Qt 5 (GA) from source, in the process of upgrading our App from 4.7.4 to 5.0 configuration: ./configure -nomake tests -nomake demos -nomake examples Our project file had: QT += core gui...
View ArticleMaintaining a consistent width in QBoxLayout
I have a QHBoxLayout of 52 QPainter rectangles. I want the layout to be freely (or almost freely) resizable with the one requirement that the rectangles should have the exact same width. Right now, if...
View ArticleHow to compile with /MD in Qt creator
How do I compile my project with /MD. I am using Qt Creator 2.4.1 Based on Qt 4.7.4 (32 bit) on windows 7. I am compiling with msvc2010. cheers
View ArticleQt5 Visual Studio 2012 Add-In - Doesn't recongize Qt5
Hello, I have installed the Vs2012 Add-in but I am unable to specify the Qt framework. Qt5 -> Qt Options -> Qt Versions -> add I am unable to choose the qmake.exe. I am only able...
View ArticleScreen hardware changed, now the touch points are wrong, can I fix this in Qt?
Hi, I am sure there is a correct way to go about this. Unfortunately the code is not that well written. So, instead, I would simply like to change the numbers used by Qt for button presses. What I...
View Articletext edit cursor behaves strangely
Hi, I have a problem, which now and again keeps returning. When I type with QT creator, sometimes it happens that the text edit cursor goes into a different state. It then displays as a black filled...
View Article