Warning, /plasma/khotkeys/kcm_hotkeys/hotkeys_export_widget.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>KHotkeysExportWidget</class> 0004 <widget class="QWidget" name="KHotkeysExportWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>587</width> 0010 <height>128</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout" name="gridLayout"> 0014 <item row="0" column="0"> 0015 <widget class="QLabel" name="stateLabel"> 0016 <property name="toolTip"> 0017 <string>Change the exported state for the actions.</string> 0018 </property> 0019 <property name="text"> 0020 <string>Export Actions</string> 0021 </property> 0022 <property name="buddy"> 0023 <cstring>state</cstring> 0024 </property> 0025 </widget> 0026 </item> 0027 <item row="0" column="1"> 0028 <widget class="QComboBox" name="state"> 0029 <property name="whatsThis"> 0030 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> 0031 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 0032 p, li { white-space: pre-wrap; } 0033 </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> 0034 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Configure in which state the actions should be exported.</p> 0035 <p style=" margin-top:8px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Actual State</p> 0036 <p style=" margin-top:0px; margin-bottom:0px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Export the actions in their current state.</p> 0037 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Disabled</p> 0038 <p style=" margin-top:0px; margin-bottom:0px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Export the actions in a disabled state.</p> 0039 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Enabled</p> 0040 <p style=" margin-top:0px; margin-bottom:8px; margin-left:30px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Export the actions in an enabled state.</p></body></html></string> 0041 </property> 0042 <item> 0043 <property name="text"> 0044 <string comment="Don't change the state of exported hotkey actions.">Actual State</string> 0045 </property> 0046 </item> 0047 <item> 0048 <property name="text"> 0049 <string comment="Export hotkey actions in enabled state.">Enabled</string> 0050 </property> 0051 </item> 0052 <item> 0053 <property name="text"> 0054 <string comment="Export hotkey actions into disabled state">Disabled</string> 0055 </property> 0056 </item> 0057 </widget> 0058 </item> 0059 <item row="1" column="0"> 0060 <widget class="QLabel" name="idLabel"> 0061 <property name="statusTip"> 0062 <string>KHotkeys file id.</string> 0063 </property> 0064 <property name="whatsThis"> 0065 <string>A khotkeys file id is used to ensure files are not imported more than once. They are mostly used for automatic updates from the KDE developers.</string> 0066 </property> 0067 <property name="text"> 0068 <string>Id</string> 0069 </property> 0070 <property name="buddy"> 0071 <cstring>id</cstring> 0072 </property> 0073 </widget> 0074 </item> 0075 <item row="1" column="1"> 0076 <widget class="QLineEdit" name="id"> 0077 <property name="placeholderText"> 0078 <string>Set import id for file, or leave empty</string> 0079 </property> 0080 </widget> 0081 </item> 0082 <item row="3" column="0"> 0083 <widget class="QLabel" name="filenameLabel"> 0084 <property name="text"> 0085 <string>Filename</string> 0086 </property> 0087 <property name="buddy"> 0088 <cstring>filename</cstring> 0089 </property> 0090 </widget> 0091 </item> 0092 <item row="3" column="1"> 0093 <widget class="KUrlRequester" name="filename"> 0094 <property name="filter"> 0095 <string notr="true">*.khotkeys</string> 0096 </property> 0097 <property name="mode"> 0098 <set>KFile::File</set> 0099 </property> 0100 <property name="clickMessage"> 0101 <string/> 0102 </property> 0103 <property name="text"> 0104 <string/> 0105 </property> 0106 </widget> 0107 </item> 0108 <item row="4" column="1"> 0109 <spacer name="verticalSpacer"> 0110 <property name="orientation"> 0111 <enum>Qt::Vertical</enum> 0112 </property> 0113 <property name="sizeHint" stdset="0"> 0114 <size> 0115 <width>20</width> 0116 <height>40</height> 0117 </size> 0118 </property> 0119 </spacer> 0120 </item> 0121 <item row="2" column="0"> 0122 <widget class="QLabel" name="allowMergingLabel"> 0123 <property name="text"> 0124 <string>Allow Merging</string> 0125 </property> 0126 <property name="buddy"> 0127 <cstring>allowMerging</cstring> 0128 </property> 0129 </widget> 0130 </item> 0131 <item row="2" column="1"> 0132 <widget class="QCheckBox" name="allowMerging"> 0133 <property name="toolTip"> 0134 <string>Merge into existing directories on import?</string> 0135 </property> 0136 <property name="whatsThis"> 0137 <string>Allow merging of content if a directory with the same name exists on importing. If merging is not allowed, there will be two directories with the same name.</string> 0138 </property> 0139 <property name="text"> 0140 <string/> 0141 </property> 0142 </widget> 0143 </item> 0144 </layout> 0145 </widget> 0146 <customwidgets> 0147 <customwidget> 0148 <class>KUrlRequester</class> 0149 <extends>QFrame</extends> 0150 <header>kurlrequester.h</header> 0151 </customwidget> 0152 </customwidgets> 0153 <tabstops> 0154 <tabstop>state</tabstop> 0155 <tabstop>id</tabstop> 0156 <tabstop>allowMerging</tabstop> 0157 <tabstop>filename</tabstop> 0158 </tabstops> 0159 <resources/> 0160 <connections/> 0161 </ui>