<table><tr><td style="">wbauer created this revision.<br />wbauer added a reviewer: KEXI.<br />wbauer created this object with visibility "All Users".<br />wbauer added a project: KEXI.<br />Herald added a subscriber: Kexi-Devel-list.<br />wbauer requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D19616">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>KURLRequester's acceptMode property has been introduced in KIO 5.33 (but Kexi's minimum supported KF5 version is 5.16.0).<br />
With older versions, the KUrlRequester's fileDialog() has to be modified directly.</p>

<p>To be able to do this depending on the KIO version, set the property in the class constructor instead of the .ui file.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Compiles fine now with KDE Frameworks 5.32 which failed before:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">In file included from /home/abuild/rpmbuild/BUILD/kexi-3.1.91/src/widget/KexiDBCaptionPage.h:24:0,
                 from /home/abuild/rpmbuild/BUILD/kexi-3.1.91/src/widget/KexiDBCaptionPage.cpp:20:
/home/abuild/rpmbuild/BUILD/kexi-3.1.91/build/src/widget/ui_KexiDBCaptionPage.h: In member function 'void Ui_KexiDBCaptionPage::setupUi(QWidget*)':
/home/abuild/rpmbuild/BUILD/kexi-3.1.91/build/src/widget/ui_KexiDBCaptionPage.h:88:25: error: 'class KUrlRequester' has no member named 'setAcceptMode'
         file_requester->setAcceptMode(QFileDialog::AcceptSave);
                         ^</pre></div>

<p>Still builds fine with newer versions, tested with 5.45.0 and 5.55.0.</p>

<p>Also, the Destination file requester in the New project assistant still is in Save Mode, tested with KF 5.32.0 and 5.55.0.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R71 Kexi</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19616">https://phabricator.kde.org/D19616</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/widget/KexiDBCaptionPage.cpp<br />
src/widget/KexiDBCaptionPage.ui</div></div></div><br /><div><strong>To: </strong>wbauer, KEXI<br /><strong>Cc: </strong>Kexi-Devel-list, barman, staniek<br /></div>