Guitar
RepositoryInfoFrame.h
Go to the documentation of this file.
1 #ifndef REPOSITORYINFOFRAME_H
2 #define REPOSITORYINFOFRAME_H
3 
4 #include <QFrame>
5 
6 class RepositoryInfoFrame : public QFrame {
7  Q_OBJECT
8 protected:
9  void paintEvent(QPaintEvent *event) override;
10 public:
11  explicit RepositoryInfoFrame(QWidget *parent = nullptr);
12 };
13 
14 #endif // REPOSITORYINFOFRAME_H
RepositoryInfoFrame.h
RepositoryInfoFrame::paintEvent
void paintEvent(QPaintEvent *event) override
Definition: RepositoryInfoFrame.cpp:11
RepositoryInfoFrame::RepositoryInfoFrame
RepositoryInfoFrame(QWidget *parent=nullptr)
Definition: RepositoryInfoFrame.cpp:5
RepositoryInfoFrame
Definition: RepositoryInfoFrame.h:6
ApplicationGlobal.h