not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / khotkeys / kcm_hotkeys / ui / command_url_action_widget.ui
blob77c862660fd81ddff236687aca3183f0b7e2f71a
1 <ui version="4.0" >
2  <class>CommandUrlActionWidget</class>
3  <widget class="QWidget" name="CommandUrlActionWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <layout class="QHBoxLayout" name="horizontalLayout" >
13    <item>
14     <widget class="QLabel" name="commandLabel" >
15      <property name="text" >
16       <string>Command/URL:</string>
17      </property>
18     </widget>
19    </item>
20    <item>
21     <widget class="KUrlRequester" name="command" />
22    </item>
23   </layout>
24  </widget>
25  <customwidgets>
26   <customwidget>
27    <class>KUrlRequester</class>
28    <extends>QFrame</extends>
29    <header>kurlrequester.h</header>
30   </customwidget>
31  </customwidgets>
32  <resources/>
33  <connections/>
34 </ui>