Set dirMode to true
This commit is contained in:
committed by
craig.p.drummond
parent
6d1a6bddd9
commit
e54c2e38fc
@@ -30,6 +30,7 @@
|
||||
|
||||
PathRequester::PathRequester(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
, dirMode(true)
|
||||
{
|
||||
QHBoxLayout *layout=new QHBoxLayout(this);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user