Fitted Kitchens Leeds
Fitted Kitchens Leeds. www.solidwoodkitchen.co.uk . Fitted kitchens with appliances £595 TEL-01616-694785. Fitted Kitchens Leeds. [URL=http://www.kitchens-now.co.uk/cheap-kitchens-leeds.asp]Fitted...
View ArticleSoX or QtMultimedia?
Hello! I’m working with several audio files, and would need to do these task: + Merge audio. + Detect Silences (e.g higher than some dB would be considered silences ..) + Add Silences. + Fasten/Slow...
View ArticlePhonegap plugin for Qt
Is there phongap plugin for Qt creator..? where can i get that plugin, pls provide me the URL Thanks
View Article[SOLVED] QDir with a QResource path is not initialized in the constructor
Hello, I have the following problem : MyClass.h ... private: ... QDir m_iconsResourcePath; QFile m_codesFile; MyClass.cpp ...
View ArticleIndependent applications together (magnet).
It is possible to make an application like Skype or TeamViewer, there where two indepenentes windows that are connected like magnet? The difference is that two applications are independent....
View ArticleQt 5 Windows Opengl > 2.x
Hi, i compiled qt 5 on my own as described in http://qt-project.org/wiki/Building_Qt_5_from_Git with the option -opengl desktop. My problem: Using qt 5 glGetString(GL_VERSION) returns 2.1.2 (I also...
View ArticleResizable (by mouse) QFrame
Hi, I’m trying to implement a QFrame that can be resized and dragged around using the mouse. Having googled around a bit and found nothing, I started to implement the thing a bit low-level. Dragging...
View Articleqca-pkcs11-2.0.0 qca plugin compile error
i’m using mingw and i get the following error when i compile qca-pkcs11-2.0.0 c:/qtsdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lpkcs11-helper.dll collect2: ld...
View ArticleAccessing QML object in C++
Hi there, In one of my classes I have a Q_INVOKABLE function: QDeclarativeEngine engine; QDeclarativeComponent component(&engine,...
View Articleerror: 'QObject::QObject(const QObject&)' is private
Hi all, i have this situation: #include <QObject> class MeteoLocale: public QObject { Q_OBJECT public: MeteoLocale(); virtual...
View ArticleLicensing confusion with Qt5...
Hello, First of all let me clear that I am a Mechanical Engineering student & have an avid interest in C++ programing. Around September 2012 I came across Qt. I have been developing a program...
View ArticleMaking asynchronous calls work like synchronous calls
Dear Qt users, I know this topic has been discussed all over the web. The usual suggestion is to use this: QEventLoop loop; loop.connect(object, SIGNAL(operationCompleted()), SLOT(quit()));...
View ArticleQJson and integer types.
Hi, How should i store on a QJsonValue an integer type (short, int, long, etc) ?, Im storing a timestamp on a QJsonValue and when i write the json to a file the timestamp is shown with decimals. Ex: I...
View ArticleBug in QtMultimedia QAudioOutput ALSA module
Hello, I’m writing multimedia applications with QT and I think I have found a bug. In this function: 839 qint64 OutputPrivate::writeData(const char* data, qint64 len) 840 { 841 int retry = 0; 842...
View ArticleProgressBar not working
Hio :) i wrote my little program where i want to display a calculated BMI using a progress bar. The progress bar shows its outline, but no value. my code: bmi_value = new...
View ArticleMultiple Windows Desktop application
Hi to everybody, how the title describes I’m trying to program a Desktop Application with qt libraries. I use the qt designer in Visual Studio 2010, so I’m programming in c++. My problem is to set...
View ArticleHow to append new elements at the top of ListView
By default when an element is appended to the ListView, it goes to the bottom of the list. Is there any easy way to do the opposite? I’ve tried this example...
View ArticleWidget won't display
I’m writing a clock app that consists of three widgets – an analog clock (using QSvgRenderer), a digital clock (QLCDNumber), and a date display using QLabel. My main window has a main widget with a...
View ArticleQt + Java (from Android)
Hello there, Right now I have a pretty basic Qt application running from Android with no issues, but I would like to make some calls to Java intents from the C++ code. The ideas is to share objects or...
View ArticleQTreeView->setRowHidden() does not work
Hi! Despite trying many combinations to call setRowHidden() that method always fail silently without any kind of error. After banging my head against this for hours I took a look at the implementation...
View Article