-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
7 changed files
with
130 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
#ifndef KUGOUWINDOW_H | ||
#define KUGOUWINDOW_H | ||
|
||
/* ================================================= | ||
* This file is part of the TTK Music Player project | ||
* Copyright (c) 2014 - 2016 Greedysky Studio | ||
* All rights reserved! | ||
* Redistribution and use of the source code or any derivative | ||
* works are strictly forbiden. | ||
=================================================*/ | ||
|
||
#include <QWidget> | ||
#include "kugouurl.h" | ||
|
||
class QWebView; | ||
|
||
class MUSIC_EXTRAS_EXPORT KugouWindow : public QWidget | ||
{ | ||
Q_OBJECT | ||
public: | ||
explicit KugouWindow(QWidget *parent = 0); | ||
~KugouWindow(); | ||
|
||
public Q_SLOTS: | ||
void differButtonIndexChanged(int index); | ||
|
||
protected: | ||
QWebView *m_webView; | ||
|
||
}; | ||
|
||
#endif // KUGOUWINDOW_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters