⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 palettecfgdesign.h

📁 这是linux下读取pc主板温度传感器的源代码
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file './palettecfgdesign.ui'**** Created: mer aoû 18 23:39:01 2004**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef PALETTECFGDESIGN_H#define PALETTECFGDESIGN_H#include <qvariant.h>#include <qwidget.h>#include <kcolorbutton.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QFrame;class QLabel;class QPushButton;class QComboBox;class KColorButton;class PaletteCfgDesign : public QWidget{    Q_OBJECTpublic:    PaletteCfgDesign( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );    ~PaletteCfgDesign();    QFrame* framePanel;    QLabel* labelTitle;    QLabel* labelValue;    QPushButton* buttonDefaultPalette;    QComboBox* comboSelect;    KColorButton* buttonColor;protected:    QGridLayout* PaletteCfgDesignLayout;protected slots:    virtual void languageChange();};#endif // PALETTECFGDESIGN_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -