[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 124078] New: Create stubs for Designer slots
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2006-03-22 14:36:47
Message-ID: 20060322153616.124078.arenamaster () sbcglobal ! net
[Download RAW message or body]

------- 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=124078         
           Summary: Create stubs for Designer slots
           Product: kdevelop
           Version: unspecified
          Platform: Fedora RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: arenamaster sbcglobal net


Version:            (using KDE KDE 3.4.2)
Installed from:    Fedora RPMs
OS:                Linux

Most IDEs provide automatically generated code stubs for event handlers.  Since Qt \
Designer is not integrated into KDevelop, I would like to see automatically generated \
code stubs generated in UI derived subclasses for slots declared within Designer.

For example, if I have a Designer class called SomethingUI and a derived class in my \
project called SomethingUIImpl that inherits SomethingUI, any my Designer interface \
has slotButtonClicked() as a connection between a button clicked() event and the \
slotButtonClicked() slot, then it would be nice to see something like:

void SomethingUIImpl::slotButtonClicked()
{
}

in the derived implementation file, and

class SomethingUIImpl : public SomethingUI
{
protected:
  void slotButtonClicked();
};

in the derived header file.

This is the kind of overhead management that an IDE does well.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic