mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +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 <QScopedPointer>
|
||||
|
||||
namespace BlackMisc { namespace Network { class CRemoteFile; class CRemoteFileList; }}
|
||||
namespace Ui { class CDownloadDialog; }
|
||||
namespace BlackMisc { namespace Network { class CRemoteFile; class CRemoteFileList; }}
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
<set>QDialogButtonBox::Abort|QDialogButtonBox::Ok</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user