Replace Q_SIGNALS and Q_SLOTS

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/37/head
Michele Calgaro 3 months ago
parent 931991843a
commit d567067b83
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -585,11 +585,11 @@
<tabstop>checkbox_subdirs_only</tabstop>
<tabstop>checkbox_external_links</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot specifier="pure virtual">slotCheck()</slot>
<slot specifier="pure virtual">slotCancel()</slot>
<slot specifier="pure virtual">slotClearComboUrl()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klshistorycombo.h</include>

@ -72,8 +72,8 @@
\NewEntry 1 Other
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p><span style="font-weight:600">Other GUI-related issues</span></p>
<ul type="disc"><li>cleanup Q_SLOTS/Q_SIGNALS/connections interface</li>
<li>find out why Q_SLOTS are shown only for current tab<br /></li></ul>
<ul type="disc"><li>cleanup slots/signals/connections interface</li>
<li>find out why slots are shown only for current tab<br /></li></ul>
<p><span style="font-weight:600">KDE4 ideas:<br /></span></p>
<ul type="disc"><li>create a KDevelop plugin for the editor</li>
<li>use KFormDesigner or the new Qt Designer</li></ul>
@ -160,8 +160,8 @@
\NewEntry 1 Signals
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Georgia">
<p><span style="font-weight:600">New Q_SIGNALS for existing widgets</span></p>
<ul type="disc"><li>add Q_SIGNALS for D&amp;D<br /><span style="font-style:italic">Requires dragContent and dragType, perhaps dragSource to be set.</span></li>
<p><span style="font-weight:600">New signals for existing widgets</span></p>
<ul type="disc"><li>add signals for D&amp;D<br /><span style="font-style:italic">Requires dragContent and dragType, perhaps dragSource to be set.</span></li>
<li></li></ul>
</body></html>
@ -218,7 +218,7 @@
\NewEntry 1 Done
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>New widgets include the DatePicker, Popup Menu and Toolbox. New functions inlcude widget creation, hooking and unhooking Q_SIGNALS and Q_SLOTS and full slot access as well as passing and returning parameters in scripts. WooHoo! Take that do list!<br /></p>
<p>New widgets include the DatePicker, Popup Menu and Toolbox. New functions inlcude widget creation, hooking and unhooking signals and slots and full slot access as well as passing and returning parameters in scripts. WooHoo! Take that do list!<br /></p>
<ul type="disc"><li>fixed dcop functions</li>
<li>added indexed array functions</li>
<li>made color slot work in TextEdit</li>

@ -215,9 +215,9 @@
<slot>AssocTextEditorBase_destroyed(TQObject*)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>AssocTextEditorBase_destroyed(TQObject*)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -378,7 +378,7 @@
<tabstop>okButton</tabstop>
<tabstop>cancelButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot access="protected">init()</slot>
<slot access="protected">destroy()</slot>
<slot>addSlotClicked()</slot>
@ -390,7 +390,7 @@
<slot access="protected">signalChanged()</slot>
<slot access="protected">Q_SLOTSChanged()</slot>
<slot access="protected">cancelClicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">tdelistview.h</include>

@ -326,9 +326,9 @@
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>okClicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>

@ -133,7 +133,7 @@
<forwards>
<forward>class TQStringList;</forward>
</forwards>
<Q_SLOTS>
<slots>
<slot>init()</slot>
<slot>setList( const TQStringList &amp; l )</slot>
<slot>addItem()</slot>
@ -141,7 +141,7 @@
<slot>removeItems()</slot>
<slot returnType="TQStringList">items()</slot>
<slot>renameItem()</slot>
</Q_SLOTS>
</slots>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -202,9 +202,9 @@
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot access="protected">itemChanged( TQIconViewItem * )</slot>
<slot access="protected">projectChanged( const TQString &amp; )</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -501,14 +501,14 @@
<tabstop>paletteCombo</tabstop>
<tabstop>buttonHelp</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot access="protected">init()</slot>
<slot access="protected">destroy()</slot>
<slot access="protected">onTune()</slot>
<slot access="protected">onChoose2ndMainColor()</slot>
<slot access="protected">onChooseMainColor()</slot>
<slot access="protected">paletteSelected(int)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">previewframe.h</include>

@ -743,7 +743,7 @@
<tabstop>buttonEffect</tabstop>
<tabstop>buttonHelp</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot access="protected">init()</slot>
<slot access="protected">destroy()</slot>
<slot access="protected">onToggleBuildDisabled(bool)</slot>
@ -756,7 +756,7 @@
<slot access="protected">onToggleBuildInactive(bool)</slot>
<slot access="protected">paletteSelected(int)</slot>
<slot>showHelp()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">styledbutton.h</include>

@ -302,7 +302,7 @@
<slot>cancelClicked()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot access="protected">init()</slot>
<slot access="protected">destroy()</slot>
<slot access="protected">addClicked()</slot>
@ -315,6 +315,6 @@
<slot access="protected">okClicked()</slot>
<slot access="protected">removeClicked()</slot>
<slot access="protected">upClicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -303,9 +303,9 @@ debug("Clicked at: "+Self.Item(0)+" "+Self.Item(1))
&lt;stringlist&gt;
&lt;string&gt;&lt;/string&gt;
&lt;string&gt;@Array.setValue(help, "Proof of concept", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Kommander MainWindow frames!&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;As Kommander took on functionality an attempt was made to make a MainWindow Kommander widget. Sadly it was a huge time loss for two developers who both gave up after days of trying. The problem was with the editor. However you can use a Qt Designer generated UI file renamed to a *.kmdr file. Into this frame you can place your widgets and make a working application where nearly everything works.&amp;lt;/p&amp;gt;")
@Array.setValue(help, "Known limitations", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Known limitations&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;As of this writing what is known not to work on the Kommander side is the settings read and write. There is no Initialize or Destroy section as there is no Kommander Text, however there are Q_SIGNALS for this on the window, so the functionality is intact. On the MainWindow side it is not possible to talk to any Actions as these are QActions from Designer and TDEActions are not derived from QActions in KDE 3x. This means a DCOP call to list actions or set states will not work. It is also not possible to talk to the Statusbar. Also submenus on the menubar and dropdown actions on the Toolbar will not work. Given that this is an unsupported use of Kommander it everything that does work makes it suitable for probably most small application uses.. &amp;lt;/p&amp;gt;")
@Array.setValue(help, "Known limitations", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Known limitations&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;As of this writing what is known not to work on the Kommander side is the settings read and write. There is no Initialize or Destroy section as there is no Kommander Text, however there are signals for this on the window, so the functionality is intact. On the MainWindow side it is not possible to talk to any Actions as these are QActions from Designer and TDEActions are not derived from QActions in KDE 3x. This means a DCOP call to list actions or set states will not work. It is also not possible to talk to the Statusbar. Also submenus on the menubar and dropdown actions on the Toolbar will not work. Given that this is an unsupported use of Kommander it everything that does work makes it suitable for probably most small application uses.. &amp;lt;/p&amp;gt;")
@Array.setValue(help, "Rolling your own", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Rolling your own&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;It is our intention to have a template in the 1.3 release of a MainWindow, but if you have Qt Designer for Qt 3x you can easily start a window design, save it, rename to *.kmdr and open in Kommander. Remember not to add widgets in Designer as Kommander will not recognize them.&amp;lt;/p&amp;gt;")
@Array.setValue(help, "Using Actions", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Using Actions&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;If you want to get the goodies, menus, toolbars and accelerator keys, you need to use actions. Kommander has an Action editor on the window menu under Views. There you can add actions and there is a shortcut to connecting them with Q_SIGNALS and Q_SLOTS. To get everything working select an Action and look in the properties menu for settings like name, text and icon. For menus and toolbars try right clicking on them for context menus. Now from the Action View drag an Action to the menu or toolbar. See the visual feedback? Just connect your Action to a script and you have three different ways to call it.&amp;lt;/p&amp;gt;
@Array.setValue(help, "Using Actions", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Using Actions&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;If you want to get the goodies, menus, toolbars and accelerator keys, you need to use actions. Kommander has an Action editor on the window menu under Views. There you can add actions and there is a shortcut to connecting them with signals and slots. To get everything working select an Action and look in the properties menu for settings like name, text and icon. For menus and toolbars try right clicking on them for context menus. Now from the Action View drag an Action to the menu or toolbar. See the visual feedback? Just connect your Action to a script and you have three different ways to call it.&amp;lt;/p&amp;gt;
")
@Array.setValue(help, "Link examples", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;Link examples&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;This demo shows examples of linking. Links will show in the TextEdit widget, but they don't do anything. In the TextBrowser they open web pages and email links, but of course you can't edit in the TextBrowser. If you don't mind writing some script you can set up your own link handling, which I've done here. Note that it will follow links anywhere in the editor. If the link is a widget name it assumes it to be a script and calls it. If not it looks to see if it is a web link and calls that&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;It would be easy to extend this script to accept link parameters and process emails. You could also make a reference to other text objects, tab widget tabs, pretty much anything you can think of.&amp;lt;/p&amp;gt;")
@Array.setValue(help, "How this help works", "&amp;lt;center&amp;gt;&amp;lt;h2&amp;gt;How this help works&amp;lt;/h2&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;p&amp;gt;Do you wonder where this help came from? It is possible to use KDE help if you write DocBook, make it and install it. This quick help is fast and can contain &amp;lt;i&amp;gt;rich text&amp;lt;/i&amp;gt;. To look at the dialog copy the text in the hidden TextEdit (set to text mode so as not to muck things up with rich text interperting XML) and paste it to a text editor like KWrite. Save it as a Kommander file and open it in the Kommander Editor.&amp;lt;/p&amp;gt;")

@ -125,10 +125,10 @@ public:
virtual TQString populationText() const;
virtual void setPopulationText(TQString);
public Q_SLOTS:
public slots:
virtual void setWidgetText(const TQString &amp;);
virtual void populate();
Q_SIGNALS:
signals:
void widgetOpened();
void widgetTextChanged(const TQString &amp;);
protected:

@ -568,7 +568,7 @@
<tabstop>deleteButton</tabstop>
<tabstop>enableButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>slotClear()</slot>
<slot>refresh()</slot>
<slot>selectionChanged(TQListViewItem*)</slot>
@ -577,6 +577,6 @@
<slot>slotEnableBreakpoint()</slot>
<slot>slotAddAllTemplateBreakpoints()</slot>
<slot>slotDeleteAllBreakpoints()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -149,9 +149,9 @@
<slot>refresh()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>refresh()</slot>
<slot>selectionChanged(TQListViewItem*)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -799,7 +799,7 @@
<tabstop>xmlDataEdit</tabstop>
<tabstop>xslSourceEdit</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>slotCancel()</slot>
<slot>slotAddParam()</slot>
<slot>slotApply()</slot>
@ -812,6 +812,6 @@
<slot>slotPrevParam()</slot>
<slot>slotSourcefile(TQString)</slot>
<slot>slotoutputfile(TQString)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -154,8 +154,8 @@
<slot>refresh()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>refresh()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -264,9 +264,9 @@
<slot>refresh()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>refresh()</slot>
<slot>slotEvaluate()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -365,10 +365,10 @@
<slot>slotSetExpression()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>refresh()</slot>
<slot>slotEvaluate()</slot>
<slot>slotSetExpression()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -146,9 +146,9 @@
<slot>refresh()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>refresh()</slot>
<slot>selectionChanged(TQListViewItem*)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -93,8 +93,8 @@
<slot>selectionChanged(TQListViewItem*)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>selectionChanged(TQListViewItem*)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -704,11 +704,11 @@
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>slotLocalProjectToggled(bool)</slot>
<slot>checkLocalProject_toggled(bool)</slot>
<slot>slotLocalProjectToggle(bool)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">ktextbrowser.h</include>

@ -749,9 +749,9 @@
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot specifier="pure virtual">slotUseProxyToggle( bool )</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">ktextbrowser.h</include>

@ -329,9 +329,9 @@ The quanta will know that files starting with "/home/user/project/" on the local
<slot>reject()</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>slotHistoryclicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kled.h</include>

@ -972,7 +972,7 @@
<tabstop>buttonApply</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>buttonOk_clicked()</slot>
<slot>slotNewAction()</slot>
<slot>slotDeleteAction()</slot>
@ -985,7 +985,7 @@
<slot>shortcutKeyButton_toggled(bool)</slot>
<slot>slotToggled(bool)</slot>
<slot>slotTextChanged()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kkeybutton.h</include>

@ -143,9 +143,9 @@ is the future of software, but it is no guarantee of success. How many open sour
<tabstop>KTextBrowser2</tabstop>
<tabstop>closeButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>init()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -105,8 +105,8 @@ Dialog message2:</string>
<includes>
<include location="local" impldecl="in implementation">dtdselectdialog.ui.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>init()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -1957,12 +1957,12 @@ Example: &lt;b&gt;//&amp;nbsp;EOL,&amp;nbsp;/*&amp;nbsp;*/&lt;/b&gt;</string>
<tabstop>editStructButton</tabstop>
<tabstop>deleteStructButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot access="protected">slotEditStructGroup()</slot>
<slot>slotAddStructGroup()</slot>
<slot>slotDeleteStructGroup()</slot>
<slot>slotFamilyChanged(int)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -152,12 +152,12 @@
<variables>
<variable>int m_status;</variable>
</variables>
<Q_SLOTS>
<slots>
<slot>cancelButton_clicked()</slot>
<slot>user1Button_clicked()</slot>
<slot>user2Button_clicked()</slot>
<slot>user3Button_clicked()</slot>
</Q_SLOTS>
</slots>
<functions>
<function specifier="non virtual" returnType="int">status()</function>
</functions>

@ -337,7 +337,7 @@
<forwards>
<forward>class TQListViewItem;</forward>
</forwards>
<Q_SLOTS>
<slots>
<slot>slotTemplateSelectionChanged(TQListViewItem*)</slot>
<slot>dtdCombo_activated(const TQString&amp;)</slot>
<slot>slotGroupChanged(const TQString&amp;)</slot>
@ -348,7 +348,7 @@
<slot>slotAddDTEP()</slot>
<slot>slotRemoveDTEP()</slot>
<slot>slotNewGroup()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">tdelistview.h</include>

@ -72,10 +72,10 @@
<tabstop>templateEdit</tabstop>
<tabstop>descriptionEdit</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>accept()</slot>
<slot>reject()</slot>
<slot>pushButton4_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -441,7 +441,7 @@
<tabstop>ok</tabstop>
<tabstop>cancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot access="protected" specifier="pure virtual">newMetaItem()</slot>
<slot access="protected" specifier="pure virtual">deleteCurrentMetaItem()</slot>
<slot access="protected" specifier="pure virtual">newCSSRule()</slot>
@ -451,7 +451,7 @@
<slot access="protected" specifier="pure virtual">metaChanged(TQListViewItem * )</slot>
<slot access="protected" specifier="pure virtual">CSSChanged(TQListViewItem * )</slot>
<slot access="protected" specifier="pure virtual">linkChanged( const TQString&amp; )</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -259,9 +259,9 @@
<includes>
<include location="global" impldecl="in implementation">kicondialog.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>pluginType_highlighted(const TQString&amp;)</slot>
<slot>slotPluginTypeHighlighted(const TQString&amp;)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -211,11 +211,11 @@
<tabstop>editButton</tabstop>
<tabstop>deleteButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>slotEditEvent()</slot>
<slot>slotAddEvent()</slot>
<slot>slotDeleteEvent()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">tdelistview.h</include>

@ -229,9 +229,9 @@
<slot>slotActionChanged(const TQString&amp;)</slot>
</connection>
</connections>
<Q_SLOTS>
<slots>
<slot>slotActionChanged(const TQString &amp;name)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>

@ -175,12 +175,12 @@
<tabstop>subprojectCombo</tabstop>
<tabstop>editSubprojectsButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>slotRoleSelected(const TQString&amp; roleName)</slot>
<slot>slotEditSubprojects()</slot>
<slot>slotMemberSelected()</slot>
<slot>slotSelectFromAddrBook()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -528,10 +528,10 @@
<includes>
<include location="local" impldecl="in implementation">projectoptions.ui.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>buttonTemplate_clicked()</slot>
<slot>buttonToolbar_clicked()</slot>
<slot>comboDebuggerClient_activated( int idx )</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

@ -476,7 +476,7 @@
<includes>
<include location="global" impldecl="in declaration">../treeviews/uploadtreeview.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>clearSelection()</slot>
<slot>startUpload()</slot>
<slot>selectAll()</slot>
@ -489,7 +489,7 @@
<slot>slotEditProfile()</slot>
<slot>slotRemoveProfile()</slot>
<slot>slotNewProfileSelected(const TQString&amp;)</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">uploadtreeview.h</include>

@ -231,12 +231,12 @@
<tabstop>deleteMemberButton</tabstop>
<tabstop>setToYourselfButton</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>slotAddMember()</slot>
<slot>slotEditMember()</slot>
<slot>slotDeleteMember()</slot>
<slot>slotSetToYourself()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -118,9 +118,9 @@
<includes>
<include location="local" impldecl="in implementation">uploadprofilespage.ui.h</include>
</includes>
<Q_SLOTS>
<slots>
<slot>buttonEditProfiles_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kpushbutton.h</include>

@ -160,9 +160,9 @@
<tabstop>buttonOk</tabstop>
<tabstop>buttonCancel</tabstop>
</tabstops>
<Q_SLOTS>
<slots>
<slot>okBtn_clicked()</slot>
</Q_SLOTS>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>

Loading…
Cancel
Save