# HG changeset patch # User John Tsiombikas # Date 1387678163 -7200 # Node ID ad12da657c0021af1a79fd7739ed1806aedd579a # Parent 92377189a5c61c07dbf100145db497f4ce499d6c removed the unused dice dialog diff -r 92377189a5c6 -r ad12da657c00 src/dicedialog.cc --- a/src/dicedialog.cc Sun Dec 22 04:08:50 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -#include "dicedialog.h" -#include "ui_dicedialog.h" - -DiceDialog::DiceDialog(QWidget *parent) : - QDialog(parent), - ui(new Ui::DiceDialog) -{ - ui->setupUi(this); -} - -DiceDialog::~DiceDialog() -{ - delete ui; -} diff -r 92377189a5c6 -r ad12da657c00 src/dicedialog.h --- a/src/dicedialog.h Sun Dec 22 04:08:50 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#ifndef DICEDIALOG_H -#define DICEDIALOG_H - -#include - -namespace Ui { -class DiceDialog; -} - -class DiceDialog : public QDialog -{ - Q_OBJECT - -public: - explicit DiceDialog(QWidget *parent = 0); - ~DiceDialog(); - -private: - Ui::DiceDialog *ui; -}; - -#endif // DICEDIALOG_H diff -r 92377189a5c6 -r ad12da657c00 ui/dicedialog.ui --- a/ui/dicedialog.ui Sun Dec 22 04:08:50 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,212 +0,0 @@ - - - DiceDialog - - - - 0 - 0 - 581 - 384 - - - - Dialog - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - number of dice - - - 1 - - - 100 - - - - - - - ArrowCursor - - - type of dice - - - true - - - 4 - - - - d4 - - - - - d6 - - - - - d8 - - - - - d12 - - - - - d20 - - - - - d100 - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - Qt::Vertical - - - - 20 - 106 - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - Qt::Vertical - - - - 20 - 106 - - - - - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - - - buttonBox - accepted() - DiceDialog - accept() - - - 227 - 335 - - - 157 - 224 - - - - - buttonBox - rejected() - DiceDialog - reject() - - - 295 - 335 - - - 286 - 224 - - - - -