Warning, /games/kmuddy/plugins/mapper/dialogs/dlgmaproompropertiesbase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>DlgMapRoomPropertiesBase</class>
0004  <widget class="QDialog" name="DlgMapRoomPropertiesBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>370</width>
0010     <height>386</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Room Properties</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <property name="spacing">
0018     <number>6</number>
0019    </property>
0020    <property name="margin">
0021     <number>11</number>
0022    </property>
0023    <item>
0024     <widget class="QTabWidget" name="RoomsTab">
0025      <property name="currentIndex">
0026       <number>1</number>
0027      </property>
0028      <widget class="QWidget" name="tabDescription">
0029       <attribute name="title">
0030        <string>&amp;Description</string>
0031       </attribute>
0032       <layout class="QVBoxLayout">
0033        <property name="spacing">
0034         <number>6</number>
0035        </property>
0036        <property name="margin">
0037         <number>11</number>
0038        </property>
0039        <item>
0040         <widget class="QLabel" name="lblLabel">
0041          <property name="text">
0042           <string>Label:</string>
0043          </property>
0044          <property name="wordWrap">
0045           <bool>false</bool>
0046          </property>
0047         </widget>
0048        </item>
0049        <item>
0050         <widget class="QLineEdit" name="txtLabel"/>
0051        </item>
0052        <item>
0053         <widget class="QLabel" name="lblDescription">
0054          <property name="text">
0055           <string>Description:</string>
0056          </property>
0057          <property name="wordWrap">
0058           <bool>false</bool>
0059          </property>
0060         </widget>
0061        </item>
0062        <item>
0063         <widget class="QTextEdit" name="txtDescription" native="true"/>
0064        </item>
0065       </layout>
0066      </widget>
0067      <widget class="QWidget" name="tabAppearance">
0068       <attribute name="title">
0069        <string>&amp;Appearance</string>
0070       </attribute>
0071       <layout class="QVBoxLayout">
0072        <property name="spacing">
0073         <number>6</number>
0074        </property>
0075        <property name="margin">
0076         <number>11</number>
0077        </property>
0078        <item>
0079         <widget class="QGroupBox" name="fraColor">
0080          <property name="title">
0081           <string>Color</string>
0082          </property>
0083          <layout class="QVBoxLayout">
0084           <property name="spacing">
0085            <number>6</number>
0086           </property>
0087           <property name="margin">
0088            <number>11</number>
0089           </property>
0090           <item>
0091            <layout class="QHBoxLayout">
0092             <property name="spacing">
0093              <number>6</number>
0094             </property>
0095             <property name="margin">
0096              <number>0</number>
0097             </property>
0098             <item>
0099              <widget class="QLabel" name="lblRoomColor">
0100               <property name="text">
0101                <string>Room Color:</string>
0102               </property>
0103               <property name="wordWrap">
0104                <bool>false</bool>
0105               </property>
0106              </widget>
0107             </item>
0108             <item>
0109              <widget class="KColorButton" name="cmdRoomColor">
0110               <property name="minimumSize">
0111                <size>
0112                 <width>50</width>
0113                 <height>30</height>
0114                </size>
0115               </property>
0116               <property name="maximumSize">
0117                <size>
0118                 <width>50</width>
0119                 <height>30</height>
0120                </size>
0121               </property>
0122               <property name="text">
0123                <string/>
0124               </property>
0125              </widget>
0126             </item>
0127             <item>
0128              <spacer name="Spacer3_2">
0129               <property name="orientation">
0130                <enum>Qt::Horizontal</enum>
0131               </property>
0132               <property name="sizeType">
0133                <enum>QSizePolicy::Expanding</enum>
0134               </property>
0135               <property name="sizeHint" stdset="0">
0136                <size>
0137                 <width>20</width>
0138                 <height>0</height>
0139                </size>
0140               </property>
0141              </spacer>
0142             </item>
0143            </layout>
0144           </item>
0145           <item>
0146            <widget class="QCheckBox" name="chkUseDefaltColor">
0147             <property name="text">
0148              <string>Default room color</string>
0149             </property>
0150            </widget>
0151           </item>
0152          </layout>
0153         </widget>
0154        </item>
0155        <item>
0156         <widget class="QGroupBox" name="fraLabelPos">
0157          <property name="title">
0158           <string>LabelPosition</string>
0159          </property>
0160          <layout class="QHBoxLayout">
0161           <property name="spacing">
0162            <number>6</number>
0163           </property>
0164           <property name="margin">
0165            <number>11</number>
0166           </property>
0167           <item>
0168            <layout class="QGridLayout">
0169             <property name="margin">
0170              <number>0</number>
0171             </property>
0172             <property name="spacing">
0173              <number>6</number>
0174             </property>
0175             <item row="2" column="1">
0176              <widget class="QPushButton" name="cmdS">
0177               <property name="minimumSize">
0178                <size>
0179                 <width>30</width>
0180                 <height>30</height>
0181                </size>
0182               </property>
0183               <property name="maximumSize">
0184                <size>
0185                 <width>30</width>
0186                 <height>30</height>
0187                </size>
0188               </property>
0189               <property name="text">
0190                <string>S</string>
0191               </property>
0192               <property name="checkable">
0193                <bool>true</bool>
0194               </property>
0195              </widget>
0196             </item>
0197             <item row="2" column="2">
0198              <widget class="QPushButton" name="cmdSE">
0199               <property name="minimumSize">
0200                <size>
0201                 <width>30</width>
0202                 <height>30</height>
0203                </size>
0204               </property>
0205               <property name="maximumSize">
0206                <size>
0207                 <width>30</width>
0208                 <height>30</height>
0209                </size>
0210               </property>
0211               <property name="text">
0212                <string>SE</string>
0213               </property>
0214               <property name="checkable">
0215                <bool>true</bool>
0216               </property>
0217              </widget>
0218             </item>
0219             <item row="2" column="0">
0220              <widget class="QPushButton" name="cmdSW">
0221               <property name="minimumSize">
0222                <size>
0223                 <width>30</width>
0224                 <height>30</height>
0225                </size>
0226               </property>
0227               <property name="maximumSize">
0228                <size>
0229                 <width>30</width>
0230                 <height>30</height>
0231                </size>
0232               </property>
0233               <property name="text">
0234                <string>SW</string>
0235               </property>
0236               <property name="checkable">
0237                <bool>true</bool>
0238               </property>
0239              </widget>
0240             </item>
0241             <item row="1" column="0">
0242              <widget class="QPushButton" name="cmdW">
0243               <property name="minimumSize">
0244                <size>
0245                 <width>30</width>
0246                 <height>30</height>
0247                </size>
0248               </property>
0249               <property name="maximumSize">
0250                <size>
0251                 <width>30</width>
0252                 <height>30</height>
0253                </size>
0254               </property>
0255               <property name="text">
0256                <string>W</string>
0257               </property>
0258               <property name="checkable">
0259                <bool>true</bool>
0260               </property>
0261              </widget>
0262             </item>
0263             <item row="0" column="0">
0264              <widget class="QPushButton" name="cmdNW">
0265               <property name="minimumSize">
0266                <size>
0267                 <width>30</width>
0268                 <height>30</height>
0269                </size>
0270               </property>
0271               <property name="maximumSize">
0272                <size>
0273                 <width>30</width>
0274                 <height>30</height>
0275                </size>
0276               </property>
0277               <property name="text">
0278                <string>NW</string>
0279               </property>
0280               <property name="checkable">
0281                <bool>true</bool>
0282               </property>
0283              </widget>
0284             </item>
0285             <item row="0" column="1">
0286              <widget class="QPushButton" name="cmdN">
0287               <property name="minimumSize">
0288                <size>
0289                 <width>30</width>
0290                 <height>30</height>
0291                </size>
0292               </property>
0293               <property name="maximumSize">
0294                <size>
0295                 <width>30</width>
0296                 <height>30</height>
0297                </size>
0298               </property>
0299               <property name="text">
0300                <string>N</string>
0301               </property>
0302               <property name="checkable">
0303                <bool>true</bool>
0304               </property>
0305              </widget>
0306             </item>
0307             <item row="1" column="2">
0308              <widget class="QPushButton" name="cmdE">
0309               <property name="minimumSize">
0310                <size>
0311                 <width>30</width>
0312                 <height>30</height>
0313                </size>
0314               </property>
0315               <property name="maximumSize">
0316                <size>
0317                 <width>30</width>
0318                 <height>30</height>
0319                </size>
0320               </property>
0321               <property name="text">
0322                <string>E</string>
0323               </property>
0324               <property name="checkable">
0325                <bool>true</bool>
0326               </property>
0327              </widget>
0328             </item>
0329             <item row="0" column="2">
0330              <widget class="QPushButton" name="cmdNE">
0331               <property name="minimumSize">
0332                <size>
0333                 <width>30</width>
0334                 <height>30</height>
0335                </size>
0336               </property>
0337               <property name="maximumSize">
0338                <size>
0339                 <width>30</width>
0340                 <height>30</height>
0341                </size>
0342               </property>
0343               <property name="text">
0344                <string>NE</string>
0345               </property>
0346               <property name="checkable">
0347                <bool>true</bool>
0348               </property>
0349              </widget>
0350             </item>
0351            </layout>
0352           </item>
0353           <item>
0354            <layout class="QVBoxLayout">
0355             <property name="spacing">
0356              <number>6</number>
0357             </property>
0358             <property name="margin">
0359              <number>0</number>
0360             </property>
0361             <item>
0362              <spacer name="Spacer9">
0363               <property name="orientation">
0364                <enum>Qt::Vertical</enum>
0365               </property>
0366               <property name="sizeType">
0367                <enum>QSizePolicy::Expanding</enum>
0368               </property>
0369               <property name="sizeHint" stdset="0">
0370                <size>
0371                 <width>0</width>
0372                 <height>30</height>
0373                </size>
0374               </property>
0375              </spacer>
0376             </item>
0377             <item>
0378              <widget class="QPushButton" name="cmdCustom">
0379               <property name="text">
0380                <string>Custom</string>
0381               </property>
0382               <property name="checkable">
0383                <bool>true</bool>
0384               </property>
0385              </widget>
0386             </item>
0387             <item>
0388              <widget class="QPushButton" name="cmdHide">
0389               <property name="text">
0390                <string>Hide</string>
0391               </property>
0392               <property name="checkable">
0393                <bool>true</bool>
0394               </property>
0395              </widget>
0396             </item>
0397            </layout>
0398           </item>
0399           <item>
0400            <spacer name="Spacer10">
0401             <property name="orientation">
0402              <enum>Qt::Horizontal</enum>
0403             </property>
0404             <property name="sizeType">
0405              <enum>QSizePolicy::Expanding</enum>
0406             </property>
0407             <property name="sizeHint" stdset="0">
0408              <size>
0409               <width>113</width>
0410               <height>0</height>
0411              </size>
0412             </property>
0413            </spacer>
0414           </item>
0415          </layout>
0416         </widget>
0417        </item>
0418        <item>
0419         <spacer name="Spacer11">
0420          <property name="orientation">
0421           <enum>Qt::Vertical</enum>
0422          </property>
0423          <property name="sizeType">
0424           <enum>QSizePolicy::Expanding</enum>
0425          </property>
0426          <property name="sizeHint" stdset="0">
0427           <size>
0428            <width>0</width>
0429            <height>16</height>
0430           </size>
0431          </property>
0432         </spacer>
0433        </item>
0434       </layout>
0435      </widget>
0436      <widget class="QWidget" name="tabExits">
0437       <attribute name="title">
0438        <string>&amp;Exits</string>
0439       </attribute>
0440       <layout class="QHBoxLayout">
0441        <property name="spacing">
0442         <number>6</number>
0443        </property>
0444        <property name="margin">
0445         <number>11</number>
0446        </property>
0447        <item>
0448         <layout class="QVBoxLayout">
0449          <property name="spacing">
0450           <number>6</number>
0451          </property>
0452          <property name="margin">
0453           <number>0</number>
0454          </property>
0455          <item>
0456           <widget class="QLabel" name="lblExits">
0457            <property name="text">
0458             <string>Room Exits:</string>
0459            </property>
0460            <property name="wordWrap">
0461             <bool>false</bool>
0462            </property>
0463           </widget>
0464          </item>
0465          <item>
0466           <widget class="QTreeWidget" name="lstPaths">
0467            <property name="rootIsDecorated">
0468             <bool>false</bool>
0469            </property>
0470            <column>
0471             <property name="text">
0472              <string>Direction</string>
0473             </property>
0474            </column>
0475            <column>
0476             <property name="text">
0477              <string>Before command</string>
0478             </property>
0479            </column>
0480            <column>
0481             <property name="text">
0482              <string>After command</string>
0483             </property>
0484            </column>
0485           </widget>
0486          </item>
0487         </layout>
0488        </item>
0489        <item>
0490         <layout class="QVBoxLayout">
0491          <property name="spacing">
0492           <number>6</number>
0493          </property>
0494          <property name="margin">
0495           <number>0</number>
0496          </property>
0497          <item>
0498           <spacer name="Spacer4">
0499            <property name="orientation">
0500             <enum>Qt::Vertical</enum>
0501            </property>
0502            <property name="sizeType">
0503             <enum>QSizePolicy::Expanding</enum>
0504            </property>
0505            <property name="sizeHint" stdset="0">
0506             <size>
0507              <width>0</width>
0508              <height>20</height>
0509             </size>
0510            </property>
0511           </spacer>
0512          </item>
0513          <item>
0514           <widget class="QPushButton" name="cmdPathProperties">
0515            <property name="text">
0516             <string>Properties</string>
0517            </property>
0518           </widget>
0519          </item>
0520          <item>
0521           <widget class="QPushButton" name="cmdPathDelete">
0522            <property name="text">
0523             <string>Delete</string>
0524            </property>
0525           </widget>
0526          </item>
0527         </layout>
0528        </item>
0529       </layout>
0530      </widget>
0531      <widget class="QWidget" name="tabContents">
0532       <attribute name="title">
0533        <string>&amp;Contents</string>
0534       </attribute>
0535       <layout class="QHBoxLayout">
0536        <property name="spacing">
0537         <number>6</number>
0538        </property>
0539        <property name="margin">
0540         <number>11</number>
0541        </property>
0542        <item>
0543         <layout class="QVBoxLayout">
0544          <property name="spacing">
0545           <number>6</number>
0546          </property>
0547          <property name="margin">
0548           <number>0</number>
0549          </property>
0550          <item>
0551           <widget class="QLabel" name="lblContents">
0552            <property name="text">
0553             <string>RoomContents:</string>
0554            </property>
0555            <property name="wordWrap">
0556             <bool>false</bool>
0557            </property>
0558           </widget>
0559          </item>
0560          <item>
0561           <widget class="QListWidget" name="lstContents">
0562            <property name="showSortIndicator" stdset="0">
0563             <bool>false</bool>
0564            </property>
0565           </widget>
0566          </item>
0567          <item>
0568           <widget class="QLineEdit" name="txtItemName"/>
0569          </item>
0570         </layout>
0571        </item>
0572        <item>
0573         <layout class="QVBoxLayout">
0574          <property name="spacing">
0575           <number>6</number>
0576          </property>
0577          <property name="margin">
0578           <number>0</number>
0579          </property>
0580          <item>
0581           <spacer name="Spacer7">
0582            <property name="orientation">
0583             <enum>Qt::Vertical</enum>
0584            </property>
0585            <property name="sizeType">
0586             <enum>QSizePolicy::Expanding</enum>
0587            </property>
0588            <property name="sizeHint" stdset="0">
0589             <size>
0590              <width>0</width>
0591              <height>20</height>
0592             </size>
0593            </property>
0594           </spacer>
0595          </item>
0596          <item>
0597           <widget class="QPushButton" name="cmdAddItem">
0598            <property name="text">
0599             <string>New Item</string>
0600            </property>
0601           </widget>
0602          </item>
0603          <item>
0604           <widget class="QPushButton" name="cmdRemoveItem">
0605            <property name="text">
0606             <string>Remove Item</string>
0607            </property>
0608           </widget>
0609          </item>
0610         </layout>
0611        </item>
0612       </layout>
0613      </widget>
0614     </widget>
0615    </item>
0616    <item>
0617     <layout class="QHBoxLayout">
0618      <property name="spacing">
0619       <number>6</number>
0620      </property>
0621      <property name="margin">
0622       <number>0</number>
0623      </property>
0624      <item>
0625       <spacer name="Spacer1">
0626        <property name="orientation">
0627         <enum>Qt::Horizontal</enum>
0628        </property>
0629        <property name="sizeType">
0630         <enum>QSizePolicy::Expanding</enum>
0631        </property>
0632        <property name="sizeHint" stdset="0">
0633         <size>
0634          <width>20</width>
0635          <height>0</height>
0636         </size>
0637        </property>
0638       </spacer>
0639      </item>
0640      <item>
0641       <widget class="QPushButton" name="cmdOk">
0642        <property name="text">
0643         <string>OK</string>
0644        </property>
0645        <property name="default">
0646         <bool>true</bool>
0647        </property>
0648       </widget>
0649      </item>
0650      <item>
0651       <widget class="QPushButton" name="cmdCancel">
0652        <property name="text">
0653         <string>Cancel</string>
0654        </property>
0655       </widget>
0656      </item>
0657     </layout>
0658    </item>
0659   </layout>
0660  </widget>
0661  <layoutdefault spacing="6" margin="11"/>
0662  <customwidgets>
0663   <customwidget>
0664    <class>KColorButton</class>
0665    <extends>QPushButton</extends>
0666    <header>kcolorbutton.h</header>
0667   </customwidget>
0668  </customwidgets>
0669  <includes>
0670   <include location="global">kcolorbutton.h</include>
0671  </includes>
0672  <resources/>
0673  <connections>
0674   <connection>
0675    <sender>cmdPathDelete</sender>
0676    <signal>clicked()</signal>
0677    <receiver>DlgMapRoomPropertiesBase</receiver>
0678    <slot>slotPathDelete()</slot>
0679    <hints>
0680     <hint type="sourcelabel">
0681      <x>20</x>
0682      <y>20</y>
0683     </hint>
0684     <hint type="destinationlabel">
0685      <x>20</x>
0686      <y>20</y>
0687     </hint>
0688    </hints>
0689   </connection>
0690   <connection>
0691    <sender>cmdPathProperties</sender>
0692    <signal>clicked()</signal>
0693    <receiver>DlgMapRoomPropertiesBase</receiver>
0694    <slot>slotPathProperties()</slot>
0695    <hints>
0696     <hint type="sourcelabel">
0697      <x>20</x>
0698      <y>20</y>
0699     </hint>
0700     <hint type="destinationlabel">
0701      <x>20</x>
0702      <y>20</y>
0703     </hint>
0704    </hints>
0705   </connection>
0706   <connection>
0707    <sender>cmdAddItem</sender>
0708    <signal>clicked()</signal>
0709    <receiver>DlgMapRoomPropertiesBase</receiver>
0710    <slot>slotAddItem()</slot>
0711    <hints>
0712     <hint type="sourcelabel">
0713      <x>20</x>
0714      <y>20</y>
0715     </hint>
0716     <hint type="destinationlabel">
0717      <x>20</x>
0718      <y>20</y>
0719     </hint>
0720    </hints>
0721   </connection>
0722   <connection>
0723    <sender>cmdRemoveItem</sender>
0724    <signal>clicked()</signal>
0725    <receiver>DlgMapRoomPropertiesBase</receiver>
0726    <slot>slotRemoveItem()</slot>
0727    <hints>
0728     <hint type="sourcelabel">
0729      <x>20</x>
0730      <y>20</y>
0731     </hint>
0732     <hint type="destinationlabel">
0733      <x>20</x>
0734      <y>20</y>
0735     </hint>
0736    </hints>
0737   </connection>
0738   <connection>
0739    <sender>cmdCancel</sender>
0740    <signal>clicked()</signal>
0741    <receiver>DlgMapRoomPropertiesBase</receiver>
0742    <slot>reject()</slot>
0743    <hints>
0744     <hint type="sourcelabel">
0745      <x>20</x>
0746      <y>20</y>
0747     </hint>
0748     <hint type="destinationlabel">
0749      <x>20</x>
0750      <y>20</y>
0751     </hint>
0752    </hints>
0753   </connection>
0754   <connection>
0755    <sender>cmdNW</sender>
0756    <signal>clicked()</signal>
0757    <receiver>DlgMapRoomPropertiesBase</receiver>
0758    <slot>slotNW()</slot>
0759    <hints>
0760     <hint type="sourcelabel">
0761      <x>20</x>
0762      <y>20</y>
0763     </hint>
0764     <hint type="destinationlabel">
0765      <x>20</x>
0766      <y>20</y>
0767     </hint>
0768    </hints>
0769   </connection>
0770   <connection>
0771    <sender>cmdW</sender>
0772    <signal>clicked()</signal>
0773    <receiver>DlgMapRoomPropertiesBase</receiver>
0774    <slot>slotW()</slot>
0775    <hints>
0776     <hint type="sourcelabel">
0777      <x>20</x>
0778      <y>20</y>
0779     </hint>
0780     <hint type="destinationlabel">
0781      <x>20</x>
0782      <y>20</y>
0783     </hint>
0784    </hints>
0785   </connection>
0786   <connection>
0787    <sender>cmdSW</sender>
0788    <signal>clicked()</signal>
0789    <receiver>DlgMapRoomPropertiesBase</receiver>
0790    <slot>slotSW()</slot>
0791    <hints>
0792     <hint type="sourcelabel">
0793      <x>20</x>
0794      <y>20</y>
0795     </hint>
0796     <hint type="destinationlabel">
0797      <x>20</x>
0798      <y>20</y>
0799     </hint>
0800    </hints>
0801   </connection>
0802   <connection>
0803    <sender>cmdS</sender>
0804    <signal>clicked()</signal>
0805    <receiver>DlgMapRoomPropertiesBase</receiver>
0806    <slot>slotS()</slot>
0807    <hints>
0808     <hint type="sourcelabel">
0809      <x>20</x>
0810      <y>20</y>
0811     </hint>
0812     <hint type="destinationlabel">
0813      <x>20</x>
0814      <y>20</y>
0815     </hint>
0816    </hints>
0817   </connection>
0818   <connection>
0819    <sender>cmdSE</sender>
0820    <signal>clicked()</signal>
0821    <receiver>DlgMapRoomPropertiesBase</receiver>
0822    <slot>slotSE()</slot>
0823    <hints>
0824     <hint type="sourcelabel">
0825      <x>20</x>
0826      <y>20</y>
0827     </hint>
0828     <hint type="destinationlabel">
0829      <x>20</x>
0830      <y>20</y>
0831     </hint>
0832    </hints>
0833   </connection>
0834   <connection>
0835    <sender>cmdE</sender>
0836    <signal>clicked()</signal>
0837    <receiver>DlgMapRoomPropertiesBase</receiver>
0838    <slot>slotE()</slot>
0839    <hints>
0840     <hint type="sourcelabel">
0841      <x>20</x>
0842      <y>20</y>
0843     </hint>
0844     <hint type="destinationlabel">
0845      <x>20</x>
0846      <y>20</y>
0847     </hint>
0848    </hints>
0849   </connection>
0850   <connection>
0851    <sender>cmdNE</sender>
0852    <signal>clicked()</signal>
0853    <receiver>DlgMapRoomPropertiesBase</receiver>
0854    <slot>slotNE()</slot>
0855    <hints>
0856     <hint type="sourcelabel">
0857      <x>20</x>
0858      <y>20</y>
0859     </hint>
0860     <hint type="destinationlabel">
0861      <x>20</x>
0862      <y>20</y>
0863     </hint>
0864    </hints>
0865   </connection>
0866   <connection>
0867    <sender>cmdN</sender>
0868    <signal>clicked()</signal>
0869    <receiver>DlgMapRoomPropertiesBase</receiver>
0870    <slot>slotN()</slot>
0871    <hints>
0872     <hint type="sourcelabel">
0873      <x>20</x>
0874      <y>20</y>
0875     </hint>
0876     <hint type="destinationlabel">
0877      <x>20</x>
0878      <y>20</y>
0879     </hint>
0880    </hints>
0881   </connection>
0882   <connection>
0883    <sender>cmdHide</sender>
0884    <signal>clicked()</signal>
0885    <receiver>DlgMapRoomPropertiesBase</receiver>
0886    <slot>slotHide()</slot>
0887    <hints>
0888     <hint type="sourcelabel">
0889      <x>20</x>
0890      <y>20</y>
0891     </hint>
0892     <hint type="destinationlabel">
0893      <x>20</x>
0894      <y>20</y>
0895     </hint>
0896    </hints>
0897   </connection>
0898   <connection>
0899    <sender>chkUseDefaltColor</sender>
0900    <signal>toggled(bool)</signal>
0901    <receiver>DlgMapRoomPropertiesBase</receiver>
0902    <slot>slotUseDefaultColor(bool)</slot>
0903    <hints>
0904     <hint type="sourcelabel">
0905      <x>20</x>
0906      <y>20</y>
0907     </hint>
0908     <hint type="destinationlabel">
0909      <x>20</x>
0910      <y>20</y>
0911     </hint>
0912    </hints>
0913   </connection>
0914   <connection>
0915    <sender>lstContents</sender>
0916    <signal>itemSelectionChanged()</signal>
0917    <receiver>DlgMapRoomPropertiesBase</receiver>
0918    <slot>slotNewItemSelected()</slot>
0919    <hints>
0920     <hint type="sourcelabel">
0921      <x>20</x>
0922      <y>20</y>
0923     </hint>
0924     <hint type="destinationlabel">
0925      <x>20</x>
0926      <y>20</y>
0927     </hint>
0928    </hints>
0929   </connection>
0930   <connection>
0931    <sender>txtItemName</sender>
0932    <signal>textChanged(QString)</signal>
0933    <receiver>DlgMapRoomPropertiesBase</receiver>
0934    <slot>slotEditItemName(QString)</slot>
0935    <hints>
0936     <hint type="sourcelabel">
0937      <x>20</x>
0938      <y>20</y>
0939     </hint>
0940     <hint type="destinationlabel">
0941      <x>20</x>
0942      <y>20</y>
0943     </hint>
0944    </hints>
0945   </connection>
0946   <connection>
0947    <sender>cmdOk</sender>
0948    <signal>clicked()</signal>
0949    <receiver>DlgMapRoomPropertiesBase</receiver>
0950    <slot>accept()</slot>
0951    <hints>
0952     <hint type="sourcelabel">
0953      <x>20</x>
0954      <y>20</y>
0955     </hint>
0956     <hint type="destinationlabel">
0957      <x>20</x>
0958      <y>20</y>
0959     </hint>
0960    </hints>
0961   </connection>
0962   <connection>
0963    <sender>cmdCustom</sender>
0964    <signal>clicked()</signal>
0965    <receiver>DlgMapRoomPropertiesBase</receiver>
0966    <slot>slotCustom()</slot>
0967    <hints>
0968     <hint type="sourcelabel">
0969      <x>20</x>
0970      <y>20</y>
0971     </hint>
0972     <hint type="destinationlabel">
0973      <x>20</x>
0974      <y>20</y>
0975     </hint>
0976    </hints>
0977   </connection>
0978  </connections>
0979 </ui>