Qt: enable custom fonts for stylesheets and add random object names

This commit is contained in:
Megamouse 2018-02-28 01:21:58 +01:00 committed by Ivan
parent 31cee7e4c8
commit f786c078c2
13 changed files with 43 additions and 14 deletions

View file

@ -7,6 +7,7 @@ memory_string_searcher::memory_string_searcher(QWidget* parent)
: QDialog(parent)
{
setWindowTitle(tr("String Searcher"));
setObjectName("memory_string_searcher");
setAttribute(Qt::WA_DeleteOnClose);
m_addr_line = new QLineEdit(this);