Is there an embedded web browser component for Qt 5+?
I am investigating the possibility of using Qt 5 for a significant new project but one of our requirements is to render web pages within our application. Is such a component available for Qt 5 and, if...
View Articlethe sound don't stop when QWebView window closed (loaded with youtube video)
I load a youtube video with QWebView by the following code ,when the video is playing I close the QWebView window ,but I still can hear the voice from that video even when QWebView window is closed, so...
View ArticleHow to get the source code from a web page the most easiest way.
How to get the source code from a web page the most easiest way. I also don’t get this, http://qt-project.org/doc/qt-5.0/qtnetwork/qnetworkaccessmanager.html#get
View ArticleApplication Continues in Background , even When Gui is closed with [X]
My Application calls various function depending on if else conditions…If i close the application with X button of the window…the Gui disappears , but the process continues unless the condition is...
View ArticleIf I build a game in Qt for android and iOS can i include objective C...
I want to build a game for both android and iOS but I’m afraid I wont be able to make it fully functional as if I were to just build one in objetive C. So can I use toolkits from android and or iOS in...
View Articleload(conf.prf) not working anymore in Qt5?
Hi guys, In Qt4’s qmake I was using qmake “load” to …ahem… load configurations files: load(/path/to/conf.prf) Now look at this make output generating an error message: andrea # euler ~/Desktop/starlab:...
View ArticleFullscreen child widget
Hi guys, I have problem with fullscreen child widget. The event(doubleClick) on child widget(VideoScene) is reached correctly, but nothing happened after call showFullScreen(). When I call same method...
View ArticleQProcess unable to open .vbs file !!
Am trying to open a .vbs file using startDetached() ; of QProcess…..its not opening the file…whereas it is able to open the batch file which lies in same working directory …Please Help :)
View ArticleAnti-aliasing in Qt OpenGL with ANGLE
When using ANGLE with Qt on Windows, lines drawn in a QGLWidget context are not anti-aliased on my Windows 8 64-bit machine (Geforce GTX 260). Setting the usual hints (QGL::SampleBuffers,...
View ArticleCustom widget [SOLVED]
Hi guys, I’d like to ask you what is the easiest way, or what ways exist, how to use custom widget in designer in Qt Creator. By custom widget I mean subclassed QWidget (for example form with several...
View ArticleHow to show data from database in a ListView ?
Can anybody explain how to show data from database in QML list view? I’ve created a database with sqlite but I’m unable to show data in a list view. I don’t want to use C++… please help me…
View ArticleQt Quick Controls with Qt 5.1.0 Alpha release
I know that “Qt Desktop Component” has been renamed as “Qt Quick Controls” and merged with 5.1 alpha release. I’m trying to compile my old Qt Desktop Component application using 5.1.0 Alpha. Anyone...
View ArticleBuilding command for MySQL driver on Qt5.xx are they trusted ?
In the brief configuration : Open the DOS prompt, go to C:\Qt\4.6.2 and run the following commands: configure.exe -debug-and-release -platform win32-g++ -qt-sql-mysql -l mysql -I...
View ArticleHow to send email to the development email list ?
According to this http://lists.qt-project.org/mailman/listinfo/development I sent email to development@qt-project.org, nothing happened. There’s no place to check whether I’ve done the right thing.
View ArticleQtSerialPort and ReadyRead signal
Hi! I am working on a Qt data acquisition application which receives data from serialport and plots it on the gui in realtime (+some basic calculations). The data is collected at 40Hz by the hardware,...
View ArticleMinimum Date for QDateTimeEdit - I want min date to be 3000 BC or -3000
Hi I’m trying to change the min date to the earliest date possible but Qt currently restricts me to 9/14/52 12:00:00 AM. If possible, I would like for the minimum date to be some date around -3000 or...
View Articleبانک اطلاعات
سلام بچه ها … یه برنامه دارم مینویسم که نیاز به پایگاه داده داره … پایگاه دادش خیلی مهمه باید سرعتش بالا باشه … و اگه امکانش هست پرتابل … خیلی روی سرعت حساسم … باید سرعتش بالا باشه … داده هایی که قراره...
View ArticleQPlainTextEdit: get text under mouse cursor
Hello, How can i get the word under my mouse cursor in a QPlainTextEdit? I already tried to search the source code, but the code seems to be in QPlainTextEditPrivate which i cant find. In the source...
View ArticleWhat does the tag do?
What does the <qt> tag do? A segment from Combo Widget Mapper Example looks like this, and removing the <qt> tag does not seem to affect the program. QStringList addresses;...
View ArticleDoes Qt have some kind of "Dock Indicator"?
Does Qt have some kind of Dock Indicator? In Source Film Maker (made using Qt) you get these “Dock Indicator” when moving windows. Any idea how to replicate?
View Article