Summary: | File selection dialog under project options does not function | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | erinnlooneytriggs |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.1.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
erinnlooneytriggs
2003-04-01 13:07:41 UTC
Subject: QUANTA_3_1_BRANCH: quanta CVS commit by amantia: Show the directory selection dialogs in the project options [#56698] CCMAIL: 56698-done@bugs.kde.org A quanta/project/projectoptions.ui.h 1.1.2.1 M +1 -0 ChangeLog 1.90.2.57 M +19 -0 quanta/project/projectoptions.ui 1.6.2.2 --- quanta/ChangeLog #1.90.2.56:1.90.2.57 @@ -16,4 +16,5 @@ the Edit dialog was closed with Cancel (thanks to Laurent Montel) - don't use the preview prefix after the project is closed + - show the directory selection dialogs in the project options [#56698] - usability enhancements: - bring up the message output window, when and action/plugin wants to printed --- quanta/quanta/project/projectoptions.ui #1.6.2.1:1.6.2.2 @@ -305,4 +305,16 @@ <slot>setEnabled(bool)</slot> </connection> + <connection> + <sender>buttonTmpl</sender> + <signal>clicked()</signal> + <receiver>ProjectOptions</receiver> + <slot>buttonTmpl_clicked()</slot> + </connection> + <connection> + <sender>buttonToolbar</sender> + <signal>clicked()</signal> + <receiver>ProjectOptions</receiver> + <slot>buttonToolbar_clicked()</slot> + </connection> </connections> <tabstops> @@ -321,4 +333,11 @@ <tabstop>linePrefix</tabstop> </tabstops> +<includes> + <include location="local" impldecl="in implementation">projectoptions.ui.h</include> +</includes> +<slots> + <slot>buttonTmpl_clicked()</slot> + <slot>buttonToolbar_clicked()</slot> +</slots> <layoutdefaults spacing="6" margin="11"/> </UI> |