mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
redesigned little bit Peer Details
fixed qss stylesheets for lots of QPushButton's removed not needed sources git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@487 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3f5966f2c0
commit
2d6af0b4c1
15 changed files with 614 additions and 554 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
/** Default constructor */
|
||||
ConfCertDialog::ConfCertDialog(QWidget *parent, Qt::WFlags flags)
|
||||
: QMainWindow(parent, flags)
|
||||
: QDialog(parent, flags)
|
||||
{
|
||||
/* Invoke Qt Designer generated QObject setup routine */
|
||||
ui.setupUi(this);
|
||||
|
@ -38,7 +38,7 @@ ConfCertDialog::ConfCertDialog(QWidget *parent, Qt::WFlags flags)
|
|||
connect(ui.cancelButton, SIGNAL(clicked()), this, SLOT(closeinfodlg()));
|
||||
|
||||
|
||||
setFixedSize(QSize(434, 462));
|
||||
//setFixedSize(QSize(434, 462));
|
||||
}
|
||||
|
||||
|
||||
|
@ -51,7 +51,7 @@ ConfCertDialog::show()
|
|||
{
|
||||
//loadSettings();
|
||||
if(!this->isVisible()) {
|
||||
QMainWindow::show();
|
||||
QDialog::show();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue