#include <QtGui>
#include <vidalia.h>
#include <util/html.h>
#include "common/vmessagebox.h"
#include "mainwindow.h"
#include "res/vidalia_win.rc.h"
Go to the source code of this file.
Defines | |
#define | IMG_APP_ICON ":/images/16x16/tor-logo.png" |
#define | IMG_START ":/images/16x16/tor-on.png" |
#define | IMG_STOP ":/images/16x16/tor-off.png" |
#define | IMG_BWGRAPH ":/images/16x16/utilities-system-monitor.png" |
#define | IMG_MESSAGELOG ":/images/16x16/format-justify-fill.png" |
#define | IMG_CONFIG ":/images/16x16/preferences-system.png" |
#define | IMG_IDENTITY ":/images/16x16/system-users.png" |
#define | IMG_HELP ":/images/16x16/help-browser.png" |
#define | IMG_ABOUT ":/images/16x16/tor-logo.png" |
#define | IMG_EXIT ":/images/16x16/emblem-unreadable.png" |
#define | IMG_NETWORK ":/images/16x16/applications-internet.png" |
#define | IMG_TOR_STOPPED QString::number(IDI_TOR_OFF) |
#define | IMG_TOR_RUNNING QString::number(IDI_TOR_ON) |
#define | IMG_TOR_STARTING QString::number(IDI_TOR_STARTING) |
#define | IMG_TOR_STOPPING QString::number(IDI_TOR_STOPPING) |
Definition in file mainwindow.cpp.
#define IMG_ABOUT ":/images/16x16/tor-logo.png" |
#define IMG_APP_ICON ":/images/16x16/tor-logo.png" |
#define IMG_BWGRAPH ":/images/16x16/utilities-system-monitor.png" |
#define IMG_CONFIG ":/images/16x16/preferences-system.png" |
#define IMG_EXIT ":/images/16x16/emblem-unreadable.png" |
#define IMG_HELP ":/images/16x16/help-browser.png" |
#define IMG_IDENTITY ":/images/16x16/system-users.png" |
#define IMG_MESSAGELOG ":/images/16x16/format-justify-fill.png" |
#define IMG_NETWORK ":/images/16x16/applications-internet.png" |
#define IMG_START ":/images/16x16/tor-on.png" |
#define IMG_STOP ":/images/16x16/tor-off.png" |
#define IMG_TOR_RUNNING QString::number(IDI_TOR_ON) |
Definition at line 67 of file mainwindow.cpp.
Referenced by MainWindow::connected(), MainWindow::initiateServerShutdown(), and MainWindow::stop().
#define IMG_TOR_STARTING QString::number(IDI_TOR_STARTING) |
#define IMG_TOR_STOPPED QString::number(IDI_TOR_OFF) |
Definition at line 66 of file mainwindow.cpp.
Referenced by MainWindow::MainWindow(), and MainWindow::stopped().
#define IMG_TOR_STOPPING QString::number(IDI_TOR_STOPPING) |