1. Download and install QT
Go to the QT website (http://trolltech.com/developer/downloads/qt overview, download qt-win-opensource-4.3.2-mingw.exe directly, install it. This version has integrated the compilation environment mingw (Note: Only the compiling environment does not include IDE, and eclipse is the real IDE).
Analysis of the deployment process of Qt for Android
Qt on Android: Output Qt debugging information to logcat.
Qt on Android: Qt 5.3.0 released. Improvements for Android
Qt on Android Episode 1)
Android: http download and Json Parsing
Set the app name for Qt on Android to Chinese
Qt on Android: Enables full screen display of Qt Widgets and Qt Quick apps
Qt on Android: how to adapt to different screen sizes
How to U
qt Quick Dive (or QT engineering documentation)
Learn and use QT for a while, and do some simple reviews.
QT is an open-source GUI software framework for Nokia, which is itself based on C + +. The efficiency is very high, not only for mobile application development, but also to open desktop applications. Integration of
Chapter 1 build the Qt development environment, Chapter 1 build the qt Development
Chapter 1 build a Qt Development Environment
1.Ftp://ftp.qt-project.org/Download the source code package of Qt. I downloadedQt-everywhere-opensource-src-4.8.1.tar.gz. Qt Creator downloadsQt-cr
The previous article has confessed to compiling the QT custom version from the source code. Now you can start configuring the development and debugging program and write a Hello world.1. IDEAlthough QT has an official VS plugin that allows us to develop QT applications in VisualStudio, I feel that the experience is not very good, and I prefer to use the refreshin
Qcustomplot-Ultra-compact QT drawing Controls 2016-10-22 16:03:25| Category: QT|Official website: http://www.qcustomplot.com/1.0:http://download.csdn.net/detail/czyt1988/5986701Download Lofter my photo book |Qcustomplot Super Ultra-small QT Drawing Control, very beautiful, very easy to use, only need to add a qcustomplot.h and qcustomplot.cpp can be used, far mor
I need to study qt recently because of my work. Objectively speaking, as a cross-platform code framework, qt is still good. I won't repeat it if there are a lot of articles on the Internet that boast qt. However, qt is really not cute, probably because there are too few people. qt
far, none of the above-mentioned operations involve programming, which is done directly in the browser. However, we want to implement this function in the dictionary, we have to face two problems: 1, programming to implement the user's login and call Api;2, parse the call API after the return of the JSON-formatted data. These two issues will be resolved in the following series of articles, please pay attention to.QT-Based Dictionary development serie
First, briefToday, we introduce a simple window property--qt::wa_deleteonclose.After the normal window is created, we usually call the close () method to close the window, and here we look at the introduction to the Close () method in the Q helper.
BOOL Qwidget::close ()Closes this widget. Returns true if the widget was closed; otherwise returns false.
First it sends the widget a qcloseevent. The widget is hidden if it accepts the close e
Chapter 7 exploring the core mechanism of Qt-signal and slot, exploring qt
Chapter 7 exploring the core mechanism of Qt-signal and slot
Note: To use Qt's core mechanism signal and slot, you must declare the Q_OBJECT macro in the private data zone of the class, and then the moc compiler will be responsible for reading the macro for code conversion, so that the uni
Before writing the code, you need to set up the environment, for details, see: "Qt 5.4.2 Ubuntu Environment Building".a simple blank windowOpen terminal, new file through Vim first_qt.cpp, because QT code is C + + code, so the new file suffix is. cpp.The code reads as follows:#include after writing the code, we need to compile this code into an executable program through the g++ compiler (c + + compiler), b
QT under the static compile Qt, according to my experience, if according to the kind of windows under the Official SDK installed directly after the file to compile is not feasible, need to download QT source package directly, At present, the source of Nokia is called QT-EVERYWHERE-OPENSOURCE-SRC tar package, to the onl
settings in JSON
Based on qlalr-based JSON parser by Girish Ramakrishnan. Many thanks to him for it.
QLALR JSON Parser:
Http://git.forwardbias.in/?p=qjsonparser.git
Download from Gitorious
git clone--depth 1 http://git.gitorious.org/qtjsonsetti...onsettings.git
Using
CMake
Compiled as Static library
Add_subdirectory (~/projects/qt
The QML syntax is similar to Json in Qt on Android: Qt Quick introduction. For details, refer to Qt on Android: http download and Json parsing to view Json syntax. Of course we want to learn QML from scratch, so you can also look
In the subsequent content, I will not explain this term in QT for Embedded Linux for short. Note that, in any part of this series of articles, This term refers to QT for Embedded Linux, not QT for Windows CE or QT for Symbian.
The applicable software versions are QT for Embe
Document directory
I. Detailed Description
Ii. Top-level attributes and child components
Iv. Window flag ID
5. introduce several important member functions
I. Detailed Description
The qwidget class is the base class of all user interface objects. In general, basically all UI classes of QT are inherited by qwidget, while qwidget inherits from qobject,You can refer to QT source to find some subtle writi
Configuration and development environment of Qt memoirs and Development of qt memoirs
It has been more than a year of development with Qt. The most common GUI development in Windows is MFC, WinForm, WPF, and Qt. MFC and Qt are based on C ++, while WinForm and WPF are general
QT Development (19)--qt memory leak problem I. parent-child relationship between QT objectsQT The most basic and core classes are:Qobject,qobject has a list inside it, it saves children, and a pointer holds the parent, and when it's self-destructor, Will remove itself from the parent list and deconstruct all children.There can be parent-child relationships betw
}
The code for calling Java is in the onGet () slot, which is very simple and does not need to be explained. If you have any questions, refer to the instructions in the Qt help manual on the QAndroidJniObject class.
OK. The end is now.
All Rights Reserved: foruok. For more information, see http://blog.csdn.net/foruok.
My Qt on Android series articles:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.