• Stars
    star
    197
  • Rank 197,722 (Top 4 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

c++ Qt5 implementation of some control(使用C++ Qt5封装的一些控件,以便后期项目中直接使用。这些控件有些是来自于网络有些属于个人封装,代码中都有出处)

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

LQFramKit

LQFramKit
Explore the docs »

View Demo · Report Bug · Request Feature

LQFramKit

中文/Chinese

c++ Qt5 implementation of some controls.

For more information, please follow the WeChat official account:devstone

Results

Rank Time content speed
0 20170411 LQFramKit base 95.0163%
1 20170601 Car dashboard 100.00%

Getting Started

Prerequisites

Qt 5

How to build

build environment Qt:5.4.2 Mingw 5.11
OS:windows7 64b

Qt: 5.5.1 Qt5.11
OS: ubuntu 16.04

build and run

  • open the project source code, open the project file LQFramKit. Pro, according to the compiler configuration can be shown below:

build setting

Suggestions according to the above configuration, add macro definition CONFIG + = MinGW

windows platform:

Specific for different platforms to compile macro definition is different, you can refer to this article http://kevinlq.com/2017/09/18/Qt-black-technology/

exec software download address

https://download.csdn.net/download/u013704336/10854235

demo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Release History

  • V 0.0.0.0 builds the overall framework of the control, perfecting some expressions;
  • V 0.0.0.1 Added the car dashboard control, there are 2 styles, the specific effect can be seen in the built-in demo;
  • V 0.0.0.2 added custom search box, performance monitoring, posture meter control;
  • V 0.0.0.3 added 2 speed meter controls;
  • V 0.0.0.4 added a circular progress bar control and wrote the corresponding demo for demonstration;
  • V 0.0.0.5 added the startup interface, fixed the bug of resource file addition. If the name of the added resource file is the same in multiple projects, there is a problem that cannot be called. For example, a new image resource file is created, and it is found during the call. Always reminded that the file could not be found. An article was found online: http://www.cnblogs.com/lzjsky/archive/2012/08/20/2647471.html The analysis is more detailed and explains the cause and effect of the resource file.
  • V 0.0.0.6 added the switch switch button and tested it;
  • V 0.0.0.7 added a custom message box interface, writing related demo tests;
  • V 0.0.0.8 added the QR code detection function space (planned to add the QR code generation function space later);
  • V 0.0.0.9 add cool startup interface control demo;
  • V 0.0.1.0 added navigation progress bar control and demo;
  • V 0.0.1.1 added the ruler tool and its demo;
  • V 0.0.1.2 added IP address input box space and its demo;
  • V 0.0.1.3 added message pop-up window control and demo;
  • V 0.0.1.4 added speed meter 3 and its demo;
  • V 0.0.1.5 Add tree navigation and its demo;
  • V 0.0.1.6 Add a tabWidget form;
  • V 0.0.1.7 added toleranceBar and its demo;
  • V 0.0.1.8 added waveform progress bar and its demo;
  • V 0.0.1.9 Adjust the engineering structure to solve the compilation error after Qt 5.4 (April 21, 2018);
  • V 0.0.2.0 Add project template generation tool (May 6, 2018);
  • V 0.0.2.1 Compile under linux to solve some compilation problems (August 24, 2018);

fix bug

Authors

If you find it useful to you, welcome to Star and Fork, you can follow the public number:

thanks

To see more contributors to this project, please read contributors

License

For this project Apache License 2.0 agreement, please click LICENSE for more details.

Acknowledgments

If you feel that the content I share is good, you can ask the author to have a cup of coffee.

thanks

More Repositories

1

SmartHome-Qt

基于zigbee和stm32的智能家居系统,上位机使用Qt编写,实现了基本的监控。主要包括监控室内温度、湿度、烟雾浓度,用led灯模拟控制家中的灯。界面良好。
C++
437
star
2

POPManageSystem

使用Qt开发的一个简单的超市收银管理系统
C++
104
star
3

HotelManage

使用Qt开发的一个简单的酒店管理系统
C++
52
star
4

KChatQML

a project that uses Qt/QML to imitate the WeChat interface implementation. It can help you quickly understand how QML can quickly develop interfaces
QML
36
star
5

MusicPlay

使用Qt编写的一个音乐播放器,播放库使用的开源的VLC,该播放器可以在windows和linux播放
C
27
star
6

QtPythonDocx

Qt calls python to implement word read and write functions。 Qt 调用 python 实现 word读写功能
Python
19
star
7

MyQt

My Qt demo
C++
19
star
8

DynamicLibLoadDemo

QLibrary 加载动态库详细用法,封装调用方法,使用简单快速、方法使用 Qt 反射更快捷
C++
13
star
9

Qt-Creator-Opensource-Study

学习下Qt Creator源码,添加自己的注释以便理解
C++
11
star
10

KugouMusic

Using Qt(C++) imitate the cool dog music player
C++
10
star
11

QDicomViewer

基于 Qt 的医学影像阅片工具
C++
10
star
12

QNet

QNet is an open-source project that wraps the QNetworkAccessManager class in C++11, making it more concise to use. It draws heavily on the cpr project and has been improved and optimized based on this foundation.
C++
8
star
13

CTKExample

this is simple CTK Example
C++
5
star
14

kevinlq.github.io

This is my blog page
HTML
5
star
15

QxOrm_Example

som QxOrm demo
C++
4
star
16

My-QML

this is QML program
QML
4
star
17

KSerialize

KSerialize is a meta-object attribute in Qt that encapsulates the serialization and deserialization functions for basic data types.
C++
4
star
18

Opencv-module-build

Use different tools to compile the opencv module(Qt)
C++
3
star
19

QSD

C++
2
star
20

CMakeProjectTemplate

C++
2
star
21

XAudio2Example

Here is an example of playing audio using xaudio2, demonstrating how to open a wav audio and play it
C++
1
star
22

SaleDemo

this is a simple sale system demo
C++
1
star
23

KImageView

image view tools
C++
1
star