tests/auto/uic3/baseline/editfunctions.ui.4
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0" stdsetdef="1">
       
     3   <author></author>
       
     4   <comment>*********************************************************************
       
     5 **
       
     6 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 ** All rights reserved.
       
     8 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     9 **
       
    10 ** This file is part of the test suite of the Qt Toolkit.
       
    11 **
       
    12 ** $QT_BEGIN_LICENSE:LGPL$
       
    13 ** No Commercial Usage
       
    14 ** This file contains pre-release code and may not be distributed.
       
    15 ** You may use this file in accordance with the terms and conditions
       
    16 ** contained in the Technology Preview License Agreement accompanying
       
    17 ** this package.
       
    18 **
       
    19 ** GNU Lesser General Public License Usage
       
    20 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    21 ** General Public License version 2.1 as published by the Free Software
       
    22 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    23 ** packaging of this file.  Please review the following information to
       
    24 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    25 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    26 **
       
    27 ** In addition, as a special exception, Nokia gives you certain additional
       
    28 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    30 **
       
    31 ** If you have questions regarding the use of this file, please contact
       
    32 ** Nokia at qt-info@nokia.com.
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 **
       
    39 **
       
    40 **
       
    41 ** $QT_END_LICENSE$
       
    42 **
       
    43 *********************************************************************</comment>
       
    44   <exportmacro></exportmacro>
       
    45   <class>EditFunctionsBase</class>
       
    46   <widget class="QDialog" name="EditFunctionsBase">
       
    47     <property name="geometry">
       
    48       <rect>
       
    49         <x>0</x>
       
    50         <y>0</y>
       
    51         <width>600</width>
       
    52         <height>371</height>
       
    53       </rect>
       
    54     </property>
       
    55     <property name="windowTitle">
       
    56       <string>Edit Functions</string>
       
    57     </property>
       
    58     <property name="sizeGripEnabled">
       
    59       <bool>true</bool>
       
    60     </property>
       
    61     <property name="whatsThis" stdset="0">
       
    62       <string>&lt;b&gt;Edit Functions&lt;/b&gt;&lt;p&gt;Add, edit or delete the current form's slots or functions.&lt;/p&gt;&lt;p&gt;Click the &lt;b&gt;Add Function&lt;/b&gt;-button to create a new function; enter a name, choose an access mode and specify if it should be a slot or normal function.&lt;/p&gt;&lt;p&gt;Select an entry from the list and click the &lt;b&gt;Delete Function&lt;/b&gt;-button to remove a function; in case of a slot all connections using this slot will also be removed.&lt;/p&gt;</string>
       
    63     </property>
       
    64     <layout class="QVBoxLayout">
       
    65       <property name="margin">
       
    66         <number>11</number>
       
    67       </property>
       
    68       <property name="spacing">
       
    69         <number>6</number>
       
    70       </property>
       
    71       <item>
       
    72         <widget class="Q3ListView" name="functionListView">
       
    73           <property name="sizePolicy">
       
    74             <sizepolicy>
       
    75               <hsizetype>7</hsizetype>
       
    76               <vsizetype>7</vsizetype>
       
    77               <horstretch>0</horstretch>
       
    78               <verstretch>0</verstretch>
       
    79             </sizepolicy>
       
    80           </property>
       
    81           <property name="frameShape">
       
    82             <enum>QFrame::StyledPanel</enum>
       
    83           </property>
       
    84           <property name="frameShadow">
       
    85             <enum>QFrame::Sunken</enum>
       
    86           </property>
       
    87           <property name="allColumnsShowFocus">
       
    88             <bool>true</bool>
       
    89           </property>
       
    90           <property name="showSortIndicator">
       
    91             <bool>true</bool>
       
    92           </property>
       
    93           <property name="whatsThis" stdset="0">
       
    94             <string>&lt;b&gt;This form's functions.&lt;/b&gt;&lt;p&gt;Select the function you want to change or delete.&lt;/p&gt;</string>
       
    95           </property>
       
    96           <column>
       
    97             <property name="text">
       
    98               <string>Function</string>
       
    99             </property>
       
   100             <property name="clickable">
       
   101               <bool>true</bool>
       
   102             </property>
       
   103             <property name="resizable">
       
   104               <bool>true</bool>
       
   105             </property>
       
   106           </column>
       
   107           <column>
       
   108             <property name="text">
       
   109               <string>Return Type</string>
       
   110             </property>
       
   111             <property name="clickable">
       
   112               <bool>true</bool>
       
   113             </property>
       
   114             <property name="resizable">
       
   115               <bool>true</bool>
       
   116             </property>
       
   117           </column>
       
   118           <column>
       
   119             <property name="text">
       
   120               <string>Specifier</string>
       
   121             </property>
       
   122             <property name="clickable">
       
   123               <bool>true</bool>
       
   124             </property>
       
   125             <property name="resizable">
       
   126               <bool>true</bool>
       
   127             </property>
       
   128           </column>
       
   129           <column>
       
   130             <property name="text">
       
   131               <string>Access</string>
       
   132             </property>
       
   133             <property name="clickable">
       
   134               <bool>true</bool>
       
   135             </property>
       
   136             <property name="resizable">
       
   137               <bool>true</bool>
       
   138             </property>
       
   139           </column>
       
   140           <column>
       
   141             <property name="text">
       
   142               <string>Type</string>
       
   143             </property>
       
   144             <property name="clickable">
       
   145               <bool>true</bool>
       
   146             </property>
       
   147             <property name="resizable">
       
   148               <bool>true</bool>
       
   149             </property>
       
   150           </column>
       
   151           <column>
       
   152             <property name="text">
       
   153               <string>In Use</string>
       
   154             </property>
       
   155             <property name="clickable">
       
   156               <bool>true</bool>
       
   157             </property>
       
   158             <property name="resizable">
       
   159               <bool>true</bool>
       
   160             </property>
       
   161           </column>
       
   162         </widget>
       
   163       </item>
       
   164       <item>
       
   165         <layout class="QHBoxLayout">
       
   166           <property name="margin">
       
   167             <number>6</number>
       
   168           </property>
       
   169           <item>
       
   170             <widget class="QCheckBox" name="showOnlySlots">
       
   171               <property name="focusPolicy">
       
   172                 <enum>Qt::StrongFocus</enum>
       
   173               </property>
       
   174               <property name="text">
       
   175                 <string>Only d&amp;isplay slots</string>
       
   176               </property>
       
   177               <property name="toolTip" stdset="0">
       
   178                 <string>Change displaying mode for functions</string>
       
   179               </property>
       
   180               <property name="whatsThis" stdset="0">
       
   181                 <string>&lt;b&gt;Check this button if only the slots should be displayed&lt;/b&gt;&lt;p&gt;Otherwise all functions, i.e. normal C++ functions and slots are displayed.&lt;/p&gt;
       
   182 </string>
       
   183               </property>
       
   184             </widget>
       
   185           </item>
       
   186           <item>
       
   187             <spacer name="Vertical Spacing1">
       
   188               <property name="sizeHint">
       
   189                 <size>
       
   190                   <width>20</width>
       
   191                   <height>20</height>
       
   192                 </size>
       
   193               </property>
       
   194               <property name="sizeType">
       
   195                 <enum>QSizePolicy::Expanding</enum>
       
   196               </property>
       
   197               <property name="orientation">
       
   198                 <enum>Qt::Horizontal</enum>
       
   199               </property>
       
   200             </spacer>
       
   201           </item>
       
   202           <item>
       
   203             <widget class="QPushButton" name="addFunction">
       
   204               <property name="text">
       
   205                 <string>&amp;New Function</string>
       
   206               </property>
       
   207               <property name="toolTip" stdset="0">
       
   208                 <string>Add new function</string>
       
   209               </property>
       
   210               <property name="whatsThis" stdset="0">
       
   211                 <string>&lt;b&gt;Add a new function.&lt;/b&gt;&lt;p&gt;New functions have a default name and public access.&lt;/p&gt;</string>
       
   212               </property>
       
   213             </widget>
       
   214           </item>
       
   215           <item>
       
   216             <widget class="QPushButton" name="deleteFunction">
       
   217               <property name="text">
       
   218                 <string>&amp;Delete Function</string>
       
   219               </property>
       
   220               <property name="toolTip" stdset="0">
       
   221                 <string>Delete function</string>
       
   222               </property>
       
   223               <property name="whatsThis" stdset="0">
       
   224                 <string>&lt;b&gt;Delete the selected function.&lt;/b&gt;&lt;p&gt;All connections using this function are also removed.&lt;/p&gt;</string>
       
   225               </property>
       
   226             </widget>
       
   227           </item>
       
   228         </layout>
       
   229       </item>
       
   230       <item>
       
   231         <widget class="Q3GroupBox" name="boxProperties">
       
   232           <property name="sizePolicy">
       
   233             <sizepolicy>
       
   234               <hsizetype>5</hsizetype>
       
   235               <vsizetype>5</vsizetype>
       
   236               <horstretch>0</horstretch>
       
   237               <verstretch>0</verstretch>
       
   238             </sizepolicy>
       
   239           </property>
       
   240           <property name="title">
       
   241             <string>Function Properties</string>
       
   242           </property>
       
   243           <layout class="QVBoxLayout">
       
   244             <property name="margin">
       
   245               <number>11</number>
       
   246             </property>
       
   247             <property name="spacing">
       
   248               <number>6</number>
       
   249             </property>
       
   250             <item>
       
   251               <layout class="QVBoxLayout">
       
   252                 <property name="margin">
       
   253                   <number>0</number>
       
   254                 </property>
       
   255                 <item>
       
   256                   <layout class="QHBoxLayout">
       
   257                     <property name="margin">
       
   258                       <number>0</number>
       
   259                     </property>
       
   260                     <property name="spacing">
       
   261                       <number>6</number>
       
   262                     </property>
       
   263                     <item>
       
   264                       <widget class="QLabel" name="Label8">
       
   265                         <property name="text">
       
   266                           <string>&amp;Function:</string>
       
   267                         </property>
       
   268                         <property name="alignment">
       
   269                           <set>Qt::AlignVCenter|Qt::AlignRight</set>
       
   270                         </property>
       
   271                         <property name="buddy" stdset="0">
       
   272                           <cstring>functionName</cstring>
       
   273                         </property>
       
   274                         <property name="wordWrap">
       
   275                           <bool>false</bool>
       
   276                         </property>
       
   277                       </widget>
       
   278                     </item>
       
   279                     <item>
       
   280                       <widget class="QLineEdit" name="functionName">
       
   281                         <property name="sizePolicy">
       
   282                           <sizepolicy>
       
   283                             <hsizetype>7</hsizetype>
       
   284                             <vsizetype>0</vsizetype>
       
   285                             <horstretch>0</horstretch>
       
   286                             <verstretch>0</verstretch>
       
   287                           </sizepolicy>
       
   288                         </property>
       
   289                         <property name="toolTip" stdset="0">
       
   290                           <string>Change function name</string>
       
   291                         </property>
       
   292                         <property name="whatsThis" stdset="0">
       
   293                           <string>&lt;b&gt;Change the name of the selected function.&lt;/b&gt;&lt;p&gt;The name should include the argument list and must be syntactically correct.&lt;/p&gt;</string>
       
   294                         </property>
       
   295                       </widget>
       
   296                     </item>
       
   297                     <item>
       
   298                       <widget class="QLabel" name="labelType">
       
   299                         <property name="text">
       
   300                           <string>&amp;Return type:</string>
       
   301                         </property>
       
   302                         <property name="alignment">
       
   303                           <set>Qt::AlignVCenter|Qt::AlignRight</set>
       
   304                         </property>
       
   305                         <property name="buddy" stdset="0">
       
   306                           <cstring>editType</cstring>
       
   307                         </property>
       
   308                         <property name="wordWrap">
       
   309                           <bool>false</bool>
       
   310                         </property>
       
   311                       </widget>
       
   312                     </item>
       
   313                     <item>
       
   314                       <widget class="QLineEdit" name="editType">
       
   315                         <property name="sizePolicy">
       
   316                           <sizepolicy>
       
   317                             <hsizetype>5</hsizetype>
       
   318                             <vsizetype>0</vsizetype>
       
   319                             <horstretch>0</horstretch>
       
   320                             <verstretch>0</verstretch>
       
   321                           </sizepolicy>
       
   322                         </property>
       
   323                         <property name="toolTip" stdset="0">
       
   324                           <string>Change the return type of the function</string>
       
   325                         </property>
       
   326                         <property name="whatsThis" stdset="0">
       
   327                           <string>&lt;b&gt;Change the return type of the selected function.&lt;/b&gt;&lt;p&gt;Specifiy here the datatype which should be returned by the function.&lt;/p&gt;</string>
       
   328                         </property>
       
   329                       </widget>
       
   330                     </item>
       
   331                   </layout>
       
   332                 </item>
       
   333                 <item>
       
   334                   <spacer name="Spacer6_2">
       
   335                     <property name="sizeHint">
       
   336                       <size>
       
   337                         <width>20</width>
       
   338                         <height>16</height>
       
   339                       </size>
       
   340                     </property>
       
   341                     <property name="sizeType">
       
   342                       <enum>QSizePolicy::Fixed</enum>
       
   343                     </property>
       
   344                     <property name="orientation">
       
   345                       <enum>Qt::Vertical</enum>
       
   346                     </property>
       
   347                   </spacer>
       
   348                 </item>
       
   349                 <item>
       
   350                   <layout class="QHBoxLayout">
       
   351                     <property name="margin">
       
   352                       <number>0</number>
       
   353                     </property>
       
   354                     <item>
       
   355                       <widget class="QLabel" name="Label9_2">
       
   356                         <property name="text">
       
   357                           <string>S&amp;pecifier:</string>
       
   358                         </property>
       
   359                         <property name="alignment">
       
   360                           <set>Qt::AlignVCenter|Qt::AlignRight</set>
       
   361                         </property>
       
   362                         <property name="buddy" stdset="0">
       
   363                           <cstring>functionSpecifier</cstring>
       
   364                         </property>
       
   365                         <property name="wordWrap">
       
   366                           <bool>false</bool>
       
   367                         </property>
       
   368                       </widget>
       
   369                     </item>
       
   370                     <item>
       
   371                       <widget class="QComboBox" name="functionSpecifier">
       
   372                         <property name="sizePolicy">
       
   373                           <sizepolicy>
       
   374                             <hsizetype>1</hsizetype>
       
   375                             <vsizetype>0</vsizetype>
       
   376                             <horstretch>0</horstretch>
       
   377                             <verstretch>0</verstretch>
       
   378                           </sizepolicy>
       
   379                         </property>
       
   380                         <property name="toolTip" stdset="0">
       
   381                           <string>Change function access</string>
       
   382                         </property>
       
   383                         <property name="whatsThis" stdset="0">
       
   384                           <string>&lt;b&gt;Change the access policy of the function&lt;/b&gt;&lt;p&gt;All functions are created virtual and should be reimplemented in subclasses.&lt;/p&gt;</string>
       
   385                         </property>
       
   386                         <item>
       
   387                           <property name="text">
       
   388                             <string>non virtual</string>
       
   389                           </property>
       
   390                         </item>
       
   391                         <item>
       
   392                           <property name="text">
       
   393                             <string>virtual</string>
       
   394                           </property>
       
   395                         </item>
       
   396                         <item>
       
   397                           <property name="text">
       
   398                             <string>pure virtual</string>
       
   399                           </property>
       
   400                         </item>
       
   401                         <item>
       
   402                           <property name="text">
       
   403                             <string>static</string>
       
   404                           </property>
       
   405                         </item>
       
   406                       </widget>
       
   407                     </item>
       
   408                     <item>
       
   409                       <widget class="QLabel" name="TextLabel1">
       
   410                         <property name="text">
       
   411                           <string>&amp;Access:</string>
       
   412                         </property>
       
   413                         <property name="alignment">
       
   414                           <set>Qt::AlignVCenter|Qt::AlignRight</set>
       
   415                         </property>
       
   416                         <property name="buddy" stdset="0">
       
   417                           <cstring>functionAccess</cstring>
       
   418                         </property>
       
   419                         <property name="wordWrap">
       
   420                           <bool>true</bool>
       
   421                         </property>
       
   422                       </widget>
       
   423                     </item>
       
   424                     <item>
       
   425                       <widget class="QComboBox" name="functionAccess">
       
   426                         <property name="sizePolicy">
       
   427                           <sizepolicy>
       
   428                             <hsizetype>1</hsizetype>
       
   429                             <vsizetype>0</vsizetype>
       
   430                             <horstretch>0</horstretch>
       
   431                             <verstretch>0</verstretch>
       
   432                           </sizepolicy>
       
   433                         </property>
       
   434                         <property name="toolTip" stdset="0">
       
   435                           <string>Change function access</string>
       
   436                         </property>
       
   437                         <property name="whatsThis" stdset="0">
       
   438                           <string>&lt;b&gt;Change the access policy of the function&lt;/b&gt;&lt;p&gt;All functions are created virtual and should be reimplemented in subclasses.&lt;/p&gt;</string>
       
   439                         </property>
       
   440                         <item>
       
   441                           <property name="text">
       
   442                             <string>public</string>
       
   443                           </property>
       
   444                         </item>
       
   445                         <item>
       
   446                           <property name="text">
       
   447                             <string>protected</string>
       
   448                           </property>
       
   449                         </item>
       
   450                         <item>
       
   451                           <property name="text">
       
   452                             <string>private</string>
       
   453                           </property>
       
   454                         </item>
       
   455                       </widget>
       
   456                     </item>
       
   457                     <item>
       
   458                       <widget class="QLabel" name="TextLabel1_2">
       
   459                         <property name="text">
       
   460                           <string>&amp;Type:</string>
       
   461                         </property>
       
   462                         <property name="alignment">
       
   463                           <set>Qt::AlignVCenter|Qt::AlignRight</set>
       
   464                         </property>
       
   465                         <property name="buddy" stdset="0">
       
   466                           <cstring>functionType</cstring>
       
   467                         </property>
       
   468                         <property name="wordWrap">
       
   469                           <bool>false</bool>
       
   470                         </property>
       
   471                       </widget>
       
   472                     </item>
       
   473                     <item>
       
   474                       <widget class="QComboBox" name="functionType">
       
   475                         <property name="toolTip" stdset="0">
       
   476                           <string>Change function type</string>
       
   477                         </property>
       
   478                         <property name="whatsThis" stdset="0">
       
   479                           <string>&lt;b&gt;Change the type of the function.&lt;/b&gt;&lt;p&gt;The type specifies if the function is either a slot or a normal C++ function.&lt;/p&gt;</string>
       
   480                         </property>
       
   481                         <item>
       
   482                           <property name="text">
       
   483                             <string>slot</string>
       
   484                           </property>
       
   485                         </item>
       
   486                         <item>
       
   487                           <property name="text">
       
   488                             <string>function</string>
       
   489                           </property>
       
   490                         </item>
       
   491                       </widget>
       
   492                     </item>
       
   493                     <item>
       
   494                       <spacer name="Spacer5">
       
   495                         <property name="sizeHint">
       
   496                           <size>
       
   497                             <width>20</width>
       
   498                             <height>20</height>
       
   499                           </size>
       
   500                         </property>
       
   501                         <property name="sizeType">
       
   502                           <enum>QSizePolicy::Expanding</enum>
       
   503                         </property>
       
   504                         <property name="orientation">
       
   505                           <enum>Qt::Horizontal</enum>
       
   506                         </property>
       
   507                       </spacer>
       
   508                     </item>
       
   509                   </layout>
       
   510                 </item>
       
   511               </layout>
       
   512             </item>
       
   513           </layout>
       
   514         </widget>
       
   515       </item>
       
   516       <item>
       
   517         <layout class="QHBoxLayout">
       
   518           <property name="margin">
       
   519             <number>0</number>
       
   520           </property>
       
   521           <property name="spacing">
       
   522             <number>6</number>
       
   523           </property>
       
   524           <item>
       
   525             <widget class="QPushButton" name="helpButton">
       
   526               <property name="text">
       
   527                 <string>&amp;Help</string>
       
   528               </property>
       
   529               <property name="autoDefault">
       
   530                 <bool>true</bool>
       
   531               </property>
       
   532             </widget>
       
   533           </item>
       
   534           <item>
       
   535             <spacer name="Horizontal Spacing2">
       
   536               <property name="sizeHint">
       
   537                 <size>
       
   538                   <width>20</width>
       
   539                   <height>20</height>
       
   540                 </size>
       
   541               </property>
       
   542               <property name="sizeType">
       
   543                 <enum>QSizePolicy::Expanding</enum>
       
   544               </property>
       
   545               <property name="orientation">
       
   546                 <enum>Qt::Horizontal</enum>
       
   547               </property>
       
   548             </spacer>
       
   549           </item>
       
   550           <item>
       
   551             <widget class="QPushButton" name="okButton">
       
   552               <property name="text">
       
   553                 <string>&amp;OK</string>
       
   554               </property>
       
   555               <property name="autoDefault">
       
   556                 <bool>true</bool>
       
   557               </property>
       
   558               <property name="default">
       
   559                 <bool>true</bool>
       
   560               </property>
       
   561               <property name="whatsThis" stdset="0">
       
   562                 <string>Close the dialog and apply all the changes.</string>
       
   563               </property>
       
   564             </widget>
       
   565           </item>
       
   566           <item>
       
   567             <widget class="QPushButton" name="cancelButton">
       
   568               <property name="text">
       
   569                 <string>&amp;Cancel</string>
       
   570               </property>
       
   571               <property name="autoDefault">
       
   572                 <bool>true</bool>
       
   573               </property>
       
   574               <property name="whatsThis" stdset="0">
       
   575                 <string>Close the dialog and discard any changes.</string>
       
   576               </property>
       
   577             </widget>
       
   578           </item>
       
   579         </layout>
       
   580       </item>
       
   581     </layout>
       
   582   </widget>
       
   583   <layoutdefault spacing="6" margin="11"/>
       
   584   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
       
   585   <tabstops>
       
   586     <tabstop>functionName</tabstop>
       
   587     <tabstop>editType</tabstop>
       
   588     <tabstop>functionSpecifier</tabstop>
       
   589     <tabstop>functionAccess</tabstop>
       
   590     <tabstop>functionType</tabstop>
       
   591     <tabstop>helpButton</tabstop>
       
   592     <tabstop>okButton</tabstop>
       
   593     <tabstop>cancelButton</tabstop>
       
   594     <tabstop>functionListView</tabstop>
       
   595     <tabstop>showOnlySlots</tabstop>
       
   596     <tabstop>addFunction</tabstop>
       
   597     <tabstop>deleteFunction</tabstop>
       
   598   </tabstops>
       
   599   <connections>
       
   600     <connection>
       
   601       <sender>cancelButton</sender>
       
   602       <signal>clicked()</signal>
       
   603       <receiver>EditFunctionsBase</receiver>
       
   604       <slot>reject()</slot>
       
   605     </connection>
       
   606     <connection>
       
   607       <sender>okButton</sender>
       
   608       <signal>clicked()</signal>
       
   609       <receiver>EditFunctionsBase</receiver>
       
   610       <slot>okClicked()</slot>
       
   611     </connection>
       
   612     <connection>
       
   613       <sender>deleteFunction</sender>
       
   614       <signal>clicked()</signal>
       
   615       <receiver>EditFunctionsBase</receiver>
       
   616       <slot>functionRemove()</slot>
       
   617     </connection>
       
   618     <connection>
       
   619       <sender>addFunction</sender>
       
   620       <signal>clicked()</signal>
       
   621       <receiver>EditFunctionsBase</receiver>
       
   622       <slot>functionAdd()</slot>
       
   623     </connection>
       
   624     <connection>
       
   625       <sender>functionName</sender>
       
   626       <signal>textChanged(QString)</signal>
       
   627       <receiver>EditFunctionsBase</receiver>
       
   628       <slot>currentTextChanged(QString)</slot>
       
   629     </connection>
       
   630     <connection>
       
   631       <sender>functionListView</sender>
       
   632       <signal>selectionChanged(Q3ListViewItem*)</signal>
       
   633       <receiver>EditFunctionsBase</receiver>
       
   634       <slot>currentItemChanged(Q3ListViewItem*)</slot>
       
   635     </connection>
       
   636     <connection>
       
   637       <sender>functionListView</sender>
       
   638       <signal>currentChanged(Q3ListViewItem*)</signal>
       
   639       <receiver>EditFunctionsBase</receiver>
       
   640       <slot>currentItemChanged(Q3ListViewItem*)</slot>
       
   641     </connection>
       
   642     <connection>
       
   643       <sender>editType</sender>
       
   644       <signal>textChanged(QString)</signal>
       
   645       <receiver>EditFunctionsBase</receiver>
       
   646       <slot>currentReturnTypeChanged(QString)</slot>
       
   647     </connection>
       
   648     <connection>
       
   649       <sender>functionSpecifier</sender>
       
   650       <signal>activated(QString)</signal>
       
   651       <receiver>EditFunctionsBase</receiver>
       
   652       <slot>currentSpecifierChanged(QString)</slot>
       
   653     </connection>
       
   654     <connection>
       
   655       <sender>functionAccess</sender>
       
   656       <signal>activated(QString)</signal>
       
   657       <receiver>EditFunctionsBase</receiver>
       
   658       <slot>currentAccessChanged(QString)</slot>
       
   659     </connection>
       
   660     <connection>
       
   661       <sender>functionType</sender>
       
   662       <signal>activated(QString)</signal>
       
   663       <receiver>EditFunctionsBase</receiver>
       
   664       <slot>currentTypeChanged(QString)</slot>
       
   665     </connection>
       
   666     <connection>
       
   667       <sender>showOnlySlots</sender>
       
   668       <signal>toggled(bool)</signal>
       
   669       <receiver>EditFunctionsBase</receiver>
       
   670       <slot>displaySlots(bool)</slot>
       
   671     </connection>
       
   672   </connections>
       
   673 </ui>