zl程序教程

您现在的位置是:首页 >  工具

当前栏目

QT之QCombox文字内容默认居中

Qt 内容 默认 文字 居中
2023-09-14 09:07:00 时间
#ifndef CCOMBOX_H
#define CCOMBOX_H

#include<QComboBox>
#include<QMouseEvent>
#include <QPaintEvent>
#include<QPainter>
class CCombox: public QComboBox
{
   
    Q_OBJECT
public:
    CCombox(QWidget *parent