搜索资源列表
calculator----qml----2.0
- 在Qt上使用QML关联c++做的一个功能较全 的计算器 界面效果不错 有源码和发布版-QML associated with the use of the Qt c++ to do a more full-function calculator interface works well with source code and release
gui_qml
- qml界面调用QT C++逻辑程序的代码-qml invoke qt c++ program code.
QML__Nokia
- QML__Nokia QML是一种描述性的脚本语言,文件格式以.qml结尾。语法格式非常像CSS(参考后文具体例子),但又支持javascr ipt形式的编程控制。我个人认为它结合了QtDesigner UI和Qtscr ipt的优点。QtDesigner可以设计出.ui界面文件,但是不支持和Qt原生C++代码的交互。Qtscr ipt可以和Qt原生代码进行交互,但是有一个缺点,如果要在脚本中创建一个继承于QObject的图形对象非常不方便,只能在Qt代码中创建图形对象,然后从Qtscr i
person
- Qt qml 与C++交互的几个例子 由浅入深,逐步了解qml和C++交互的机理 Qt 版本 5.1.0-Used Declarative to implement communication between qml & C++ code. Qt Version 5.1.0
sigram-master
- Sigram is a native, open source Telegram client for Linux desktops, written in C++, C, Qt, QML.
callQml
- QML语言调用C++代码的例子,qt quick实现复杂功能的基础-QML language calling C++ code examples, which is the basis of qt quick to realise complex functions.
QT QML cpp integration
- Integrating QML with C++
work
- qml和C++的交互界面设计,基于Qt的,是C++作为逻辑业务-qml and C++ interface design
linphone-3.11.1
- Linphone is an open source SIP Phone, available on mobile and desktop environments (iOS, Android, GNU/Linux, MAC OSX, Windows Desktop, Windows 10 UWP). Linphone has inside a separation between the user interfaces and the core engine, allowing to c
MVCTest
- qt qml mvc 简单例子,C++的模型,qml的视图。(The simple example of QT QML MVC, the model of the C++, the view of the QML.)
简易音乐播放器
- 采用Qt开发框架,C++、Qml混合编程编写的简单的带歌词的音乐播放器