mirror of
https://github.com/YACReader/yacreader
synced 2026-02-03 13:50:14 -05:00
added comic vine dialog (empty)
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
#include "comic_vine_dialog.h"
|
||||
|
||||
ComicVineDialog::ComicVineDialog(QWidget *parent) :
|
||||
QDialog(parent)
|
||||
QDialog(parent)
|
||||
{
|
||||
setStyleSheet(""
|
||||
"QDialog {background-color: #404040; }"
|
||||
"");
|
||||
setFixedSize(672,529);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user