From 4ce3fb5c10a50aece4ef8a78d07ed116ad754c27 Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 17 Oct 2002 22:56:55 +0000 Subject: removed make links checkbox - now set per destination --- diff --git a/noncore/settings/aqpkg/instoptions.ui b/noncore/settings/aqpkg/instoptions.ui index d4a3548..52897dd 100644 --- a/noncore/settings/aqpkg/instoptions.ui +++ b/noncore/settings/aqpkg/instoptions.ui @@ -11,7 +11,7 @@ 0 0 - 158 + 154 205 @@ -23,103 +23,126 @@ sizeGripEnabled false - + + QGroupBox - margin - 11 + name + GroupBox1 - spacing - 6 + geometry + + 11 + 11 + 136 + 120 + - - QGroupBox + + title + Options + + + QCheckBox + + name + forceDepends + + + geometry + + 11 + 19 + 114 + 19 + + + + text + Force Depends + + + + QCheckBox name - GroupBox1 + forceReinstall + + + geometry + + 11 + 44 + 114 + 19 + - title - Options + text + Force Reinstall - - - margin - 11 - - - spacing - 6 - - - QCheckBox - - name - forceDepends - - - text - Force Depends - - - - QCheckBox - - name - forceReinstall - - - text - Force Reinstall - - - - QCheckBox - - name - forceRemove - - - text - Force Remove - - - - QCheckBox - - name - forceOverwrite - - - text - Force Overwrite - - - - QCheckBox - - name - makeLinks - - - text - Link to root - - - - - QPushButton + + QCheckBox name - btnOK + forceOverwrite + + + geometry + + 11 + 94 + 114 + 19 + text - OK + Force Overwrite - + + QCheckBox + + name + forceRemove + + + geometry + + 11 + 69 + 114 + 19 + + + + text + Force Remove + + + + + QPushButton + + name + btnOK + + + geometry + + 11 + 166 + 136 + 28 + + + + text + OK + + diff --git a/noncore/settings/aqpkg/instoptionsimpl.cpp b/noncore/settings/aqpkg/instoptionsimpl.cpp index d9d2be9..dd996e0 100644 --- a/noncore/settings/aqpkg/instoptionsimpl.cpp +++ b/noncore/settings/aqpkg/instoptionsimpl.cpp @@ -37,8 +37,8 @@ InstallOptionsDlgImpl::InstallOptionsDlgImpl( int flags, QWidget * parent, const forceRemove->setChecked( true ); if ( flags & FORCE_OVERWRITE ) forceOverwrite->setChecked( true ); - if ( flags & MAKE_LINKS ) - makeLinks->setChecked( true ); +// if ( flags & MAKE_LINKS ) +// makeLinks->setChecked( true ); showMaximized(); -- cgit v0.9.0.2