QTfrontend/pages.h
changeset 2377 f3fab2b09e0c
parent 2261 57e99c908e7c
child 2392 a55dbef5cf31
equal deleted inserted replaced
2376:ece7b87f1334 2377:f3fab2b09e0c
   222 	QCheckBox *CBAltDamage;
   222 	QCheckBox *CBAltDamage;
   223 	QCheckBox *CBNameWithDate;
   223 	QCheckBox *CBNameWithDate;
   224 #ifdef __APPLE__
   224 #ifdef __APPLE__
   225     QCheckBox *CBAutoUpdate;
   225     QCheckBox *CBAutoUpdate;
   226 #endif
   226 #endif
   227     
   227 
   228 	FPSEdit *fpsedit;
   228 	FPSEdit *fpsedit;
   229 	QPushButton *BtnSaveOptions;
   229 	QPushButton *BtnSaveOptions;
   230 	QLabel *labelNN;
   230 	QLabel *labelNN;
   231 	QSpinBox * volumeBox;
   231 	QSpinBox * volumeBox;
   232 	QLineEdit *editNetNick;
   232 	QLineEdit *editNetNick;
   290 
   290 
   291 	QPushButton *BtnBack;
   291 	QPushButton *BtnBack;
   292 	QPushButton *BtnGo;
   292 	QPushButton *BtnGo;
   293 	QPushButton *BtnMaster;
   293 	QPushButton *BtnMaster;
   294 	QPushButton *BtnStart;
   294 	QPushButton *BtnStart;
   295 	
   295 
   296 	QAction * restrictJoins;
   296 	QAction * restrictJoins;
   297 	QAction * restrictTeamAdds;
   297 	QAction * restrictTeamAdds;
   298 
   298 
   299 	HWChatWidget* pChatWidget;
   299 	HWChatWidget* pChatWidget;
   300 
   300 
   379 	QPushButton * BtnCreate;
   379 	QPushButton * BtnCreate;
   380 	QPushButton * BtnJoin;
   380 	QPushButton * BtnJoin;
   381 	QPushButton * BtnRefresh;
   381 	QPushButton * BtnRefresh;
   382 	QPushButton * BtnAdmin;
   382 	QPushButton * BtnAdmin;
   383 	HWChatWidget * chatWidget;
   383 	HWChatWidget * chatWidget;
   384 	
   384 
   385 public slots:
   385 public slots:
   386 	void setRoomsList(const QStringList & list);
   386 	void setRoomsList(const QStringList & list);
   387 	void setAdmin(bool);
   387 	void setAdmin(bool);
   388 
   388 
   389 private slots:
   389 private slots:
   390 	void onCreateClick();
   390 	void onCreateClick();
   391 	void onJoinClick();
   391 	void onJoinClick();
   392 	void onRefreshClick();
   392 	void onRefreshClick();
   393 	
   393 
   394 signals:
   394 signals:
   395 	void askForCreateRoom(const QString &);
   395 	void askForCreateRoom(const QString &);
   396 	void askForJoinRoom(const QString &);
   396 	void askForJoinRoom(const QString &);
   397 	void askForRoomList();
   397 	void askForRoomList();
   398 };
   398 };