mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Download dialog style
This commit is contained in:
committed by
Mat Sutcliffe
parent
c60692605d
commit
8bf14d3dd5
@@ -17,8 +17,8 @@
|
|||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
|
|
||||||
namespace BlackMisc { namespace Network { class CRemoteFile; class CRemoteFileList; }}
|
|
||||||
namespace Ui { class CDownloadDialog; }
|
namespace Ui { class CDownloadDialog; }
|
||||||
|
namespace BlackMisc { namespace Network { class CRemoteFile; class CRemoteFileList; }}
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
{
|
{
|
||||||
namespace Components
|
namespace Components
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="standardButtons">
|
<property name="standardButtons">
|
||||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
<set>QDialogButtonBox::Abort|QDialogButtonBox::Ok</set>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user