1 Star 0 Fork 0

陈天灿/musicPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
widget.h 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
陈天灿 提交于 2023-12-24 11:03 . first common
#ifndef WIDGET_H
#define WIDGET_H
#include "sumHeader.h"
#include "Topwidget.h"
#include "musicplayer.h"
class Widget : public QWidget
{
Q_OBJECT
public:
Widget(QWidget *parent = nullptr);
~Widget();
public:
const constexpr static int MAINWIDGET_WIDTH = 480;
const constexpr static int MAINWIDGET_HEIGHT = 856;
const constexpr static int TOPBUTTON_WIDTH = 70;
const constexpr static int TOPBUTTON_HEIGHT = 50;
const constexpr static int horizontalWIDTH = MAINWIDGET_WIDTH;
const constexpr static int horizontalHEIGHT = 76;
// const constexpr static int horizontalX = 0;
// const constexpr static int horizontalY = 30;
const constexpr static int VerticalX = 0;
const constexpr static int VerticalY = 30;
const constexpr static int Vertical_WIDTH = MAINWIDGET_WIDTH;
const constexpr static int Vertical_HEIGHT = MAINWIDGET_HEIGHT - 30;
private slots:
void acceptmusicInformation(QString,QString);
private:
void paintEvent(QPaintEvent *event) override;
void loadWidget();
private:
QHBoxLayout *_horizontalLayput;
QVBoxLayout *_verticalLayout;
private:
QPushButton *_topButtonLeft;
QPushButton *_topButtonRight;
MusicPlayer *_musicPlayer;
TopWidget *_musicInformation;
};
#endif // WIDGET_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chen_tiancan/music-player.git
git@gitee.com:chen_tiancan/music-player.git
chen_tiancan
music-player
musicPlayer
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385