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

📄 windowtv.h

📁 一个管理网络电视资源的QT界面。MagicLinux + QT4 编译完成
💻 H
字号:
#ifndef WINDOWTV_H#define WINDOWTV_H#include <QtGui> class WindowTV : public QWidget{	Q_OBJECT				public:		WindowTV();	private:		QFile file;		void readFile();		void saveFile();		QSettings *settings;		QTreeWidget *channelTreeWidget;		QTreeWidgetItem *radioTreeItem;		QTreeWidgetItem *tvTreeItem;				QTreeWidgetItem *addTreeItem;		QTreeWidgetItem *playTreeItem;		QString playerName;		QProcess *playProcess;		QProcess *stopProcess;		QDialog *optionDialog;		QLineEdit *playerLineEdit;		QDialog *addDialog;		QComboBox *typeComboBox;		QLineEdit *nameLineEdit;		QLineEdit *urlLineEdit;		QString fileRadio;		QString fileTV;	public slots:		void selectPlayer();		void setPlayer();				void play();				void add();		void submitAddChannel();						void del();		void option();		void about();};#endif

⌨️ 快捷键说明

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