mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Qt: enable custom fonts for stylesheets and add random object names
This commit is contained in:
parent
31cee7e4c8
commit
f786c078c2
13 changed files with 43 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue