码迷,mamicode.com
首页 >  
搜索关键字:qt designer    ( 9053个结果
QT::自定义事件
自定义事件:鼠标拖动一个图片,原图片变为阴影,图片跟着鼠标用,鼠标放下,图片放下,原图消失。 void mousePressEvent(QMouseEvent *event); //鼠标按下事件 void dragEnterEvent(QDragEnterEvent *event); //拖动进入事 ...
分类:其他好文   时间:2021-01-29 12:17:24    阅读次数:0
QT::打印事件
void doPrint(); void doPrintPreview(); void printPreview(QPrinter *printer); void createPdf(); ui->setupUi(this); QAction *action_print = new QAction( ...
分类:其他好文   时间:2021-01-29 12:11:27    阅读次数:0
Qt GUI程序带命令行
Windows does not really support dual mode applications. To see console output you need to create a console application CONFIG += console However, if y ...
分类:其他好文   时间:2021-01-28 12:25:20    阅读次数:0
Kali中使用vscode调试bitcoin
.vscode/launch.json设置 关键在于 "program": "${workspaceFolder}/src/qt/bitcoin-qt", 全部内容: { // Use IntelliSense to learn about possible attributes. // Hover ...
分类:其他好文   时间:2021-01-27 14:04:54    阅读次数:0
qt 定义插件
定义的接口 #ifndef REGEXPINTERFACE_H #define REGEXPINTERFACE_H #include <QString> class RegExpInterface { public: virtual ~RegExpInterface() { } virtual QS ...
分类:其他好文   时间:2021-01-25 10:51:17    阅读次数:0
Qt QChart 如何获取坐标轴的高度和宽度
plotArea属性的,返回的是QRectF类 ui->chartView->chart()->plotArea().width() ...
分类:其他好文   时间:2021-01-25 10:38:32    阅读次数:0
Qt QChart 中 QValueAxis 和 QCategoryAxis 区别
QValueAxis Detailed Description The QValueAxis class is used for manipulating chart’s axis.ValueAxis can be setup to show axis line with tick marks, g ...
分类:其他好文   时间:2021-01-22 12:23:53    阅读次数:0
Qt官方ImageViewer案例的UI版本——VS开发Qt
Qt自带案例基本是纯代码撸出的界面,本片博客记录ImageViewer案例的UI版本。 VS2017配合Qt5.14.2实现。 【功能介绍】 图像居中显示,过大则出现滚动条,图像缩小、放大、还原、适应窗体,打开、另存为、退出。 【界面】MainWindow项目,项目名ImageViewer 看动图, ...
分类:其他好文   时间:2021-01-20 11:44:54    阅读次数:0
Qt的下载和安装
Qt的下载和安装 时间:2021-01 平台:win10 Qt是一个跨平台的C++图形用户界面应用程序框架。 Qt的下载: 下载地址:http://download.qt.io/archive/qt/ 版本选择:如 qt-opensource-windows-x86-5.9.8.exe Qt的安装: ...
分类:其他好文   时间:2021-01-15 12:11:28    阅读次数:0
使用Altium Designer 绘制原理图
一.实验目的: 1.培养学生掌握、使用实用电子线路、计算机系统设计、仿真软件的能力。2.提高学生读图、分析线路和正确绘制设计线路、系统的能力。3.了解原理图设计基础、了解设计环境设置、学习 Altium Designer 软件的功能及使用方法。4.掌握绘制原理图的各种工具、利用软件绘制原理图。5.掌 ...
分类:其他好文   时间:2021-01-14 11:30:55    阅读次数:0
9053条   上一页 1 ... 11 12 13 14 15 ... 906 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!