[Bug 58625] New: FileCreate wish: Add the classname field in the dialog that appears when creating a New File -> .ui
Francisco Gimeno
kikov at fco-gimeno.com
Sun May 18 00:39:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58625
Summary: FileCreate wish: Add the classname field in the dialog
that appears when creating a New File -> .ui
Product: kdevelop
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: kikov at fco-gimeno.com
Version: (using KDE KDE 3.1.1a)
Installed from: Debian testing/unstable Packages
Compiler: 3.2
OS: Linux
This is a wish to make the programmer's life easier ( gideon users ).
When I want to add a Dialog to my program, I should make this:
New File -> .ui Dialog -> fill in the Name of the file ( not the dialog )
and then, the Qt-Designer appear with a initial dialog.
The Name of the Initial QDialog object is QDialog1. It should be the name of the file ( without the ".ui" ).
I have to change it to the name of the file. Save the .ui. Come back to the Gideon, and Add a class with the first class as base class.
This is the normal way to make Dialogs with KDevelop.
So, I think, that a new field should be added to the New .ui dialog. This is the className, and get the FileName automatically filled like in the New Class dialog ( Header and Implementation are updated from className plus ".h" and ".cpp" ).
Thx in advance!
More information about the KDevelop-devel
mailing list