mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
Check-in of GUI files for the new Channels Module implementation. These files are place holders only.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@278 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9b695977ae
commit
5deaf2658b
22 changed files with 2016 additions and 249 deletions
|
@ -38,8 +38,6 @@
|
|||
#include "global.h"
|
||||
#include "translator.h"
|
||||
|
||||
|
||||
|
||||
#include "Preferences/PreferencesWindow.h"
|
||||
#include "Settings/gsettingswin.h"
|
||||
#include "util/rsversion.h"
|
||||
|
@ -58,7 +56,7 @@
|
|||
#define IMAGE_SEARCH ":/images/filefind.png"
|
||||
#define IMAGE_TRANSFERS ":/images/ktorrent.png"
|
||||
#define IMAGE_FILES ":/images/folder_green.png"
|
||||
#define IMAGE_CHANNELS ":/images/konsole.png"
|
||||
#define IMAGE_CHANNELS ":/images/channels.png"
|
||||
#define IMAGE_PREFERENCES ":/images/settings16.png"
|
||||
#define IMAGE_CHAT ":/images/chats_24x24.png"
|
||||
#define IMAGE_RETROSHARE ":/images/rstray3.png"
|
||||
|
@ -563,33 +561,33 @@ void MainWindow::loadStyleSheet(const QString &sheetName)
|
|||
|
||||
}
|
||||
|
||||
void MainWindow::startgammon()
|
||||
{
|
||||
void MainWindow::startgammon()
|
||||
{
|
||||
BgWindow *bgWindow = new BgWindow(this);
|
||||
bgWindow->show();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
void MainWindow::startqcheckers()
|
||||
void MainWindow::startqcheckers()
|
||||
{
|
||||
myTopLevel* top = new myTopLevel();
|
||||
myTopLevel* top = new myTopLevel();
|
||||
top->show();
|
||||
|
||||
}
|
||||
|
||||
|
||||
/** Shows smplayer */
|
||||
void MainWindow::showsmplayer()
|
||||
{
|
||||
static DefaultGui* smplayer = 0;
|
||||
|
||||
if (!smplayer) {
|
||||
global_init( "smplayer" );
|
||||
translator->load( pref->language );
|
||||
|
||||
smplayer = new DefaultGui(this);
|
||||
}
|
||||
|
||||
smplayer->show();
|
||||
/** Shows smplayer */
|
||||
void MainWindow::showsmplayer()
|
||||
{
|
||||
static DefaultGui* smplayer = 0;
|
||||
|
||||
if (!smplayer) {
|
||||
global_init( "smplayer" );
|
||||
translator->load( pref->language );
|
||||
|
||||
smplayer = new DefaultGui(this);
|
||||
}
|
||||
|
||||
smplayer->show();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue