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
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                CSS ##选择器 类选择器 . id选择器 # 标签选择器 某标签名 嵌入方式: - 行内 style="color:blue" - 内部<style type="text/css"> - 外部<link href="demo.css" rel="stylesheet"> 高级选择器: first ...
                            
                            
                                分类:
Web程序   时间:
2021-01-28 12:12:11   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                .vscode/launch.json设置 关键在于 "program": "${workspaceFolder}/src/qt/bitcoin-qt", 全部内容: { // Use IntelliSense to learn about possible attributes. // Hover ...
                            
                            
                                分类:
其他好文   时间:
2021-01-27 14:04:54   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                CSS Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS. <link href="https://cdn.jsdelivr.net/npm/bootstrap ...
                            
                            
                                分类:
其他好文   时间:
2021-01-25 11:24:06   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 实例 - 模态框(Modal)插件</title> <link rel="stylesheet" href="http://cdn.static.runoob. ...
                            
                            
                                分类:
其他好文   时间:
2021-01-25 10:58:08   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    定义的接口 #ifndef REGEXPINTERFACE_H #define REGEXPINTERFACE_H #include <QString> class RegExpInterface { public: virtual ~RegExpInterface() { } virtual QS ...
                            
                            
                                分类:
其他好文   时间:
2021-01-25 10:51:17   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    plotArea属性的,返回的是QRectF类 ui->chartView->chart()->plotArea().width() ...
                            
                            
                                分类:
其他好文   时间:
2021-01-25 10:38:32   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    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
                             
                    
                        
                            
                            
                                主要解决俩个问题: 在单个vue文件中 <style rel="stylesheet/scss" lang="scss"> 不能解析 如何在全局引入scss 问题1,不能解析的问题 如果是新建的vue工程在 <style rel="stylesheet/scss" lang="scss"> </st ...
                            
                            
                                分类:
Web程序   时间:
2021-01-20 12:18:37   
                                阅读次数:
0