Changeset 175 for smplayer/vendor/current/src/prefinput.ui
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefinput.ui
r163 r175 86 86 <string>&Mouse</string> 87 87 </attribute> 88 <layout class="Q HBoxLayout">89 <item >88 <layout class="QGridLayout" name="gridLayout"> 89 <item row="0" column="0" rowspan="8"> 90 90 <layout class="QVBoxLayout"> 91 91 <property name="spacing"> … … 129 129 </layout> 130 130 </item> 131 <item> 132 <layout class="QVBoxLayout"> 133 <item> 134 <layout class="QGridLayout"> 135 <item row="0" column="0" colspan="2"> 136 <widget class="QLabel" name="textLabel1_16"> 137 <property name="text"> 138 <string>Button functions:</string> 139 </property> 140 <property name="wordWrap"> 141 <bool>false</bool> 142 </property> 143 </widget> 144 </item> 145 <item row="1" column="0"> 146 <widget class="QLabel" name="textLabel2_6"> 147 <property name="text"> 148 <string>&Left click</string> 149 </property> 150 <property name="wordWrap"> 151 <bool>false</bool> 152 </property> 153 <property name="buddy"> 154 <cstring>left_click_combo</cstring> 155 </property> 156 </widget> 157 </item> 158 <item row="1" column="1"> 159 <widget class="MyComboBox" name="left_click_combo"> 160 <property name="sizePolicy"> 161 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 162 <horstretch>0</horstretch> 163 <verstretch>0</verstretch> 164 </sizepolicy> 165 </property> 166 </widget> 167 </item> 168 <item row="2" column="0"> 169 <widget class="QLabel" name="textLabel3_4"> 170 <property name="text"> 171 <string>&Double click</string> 172 </property> 173 <property name="wordWrap"> 174 <bool>false</bool> 175 </property> 176 <property name="buddy"> 177 <cstring>double_click_combo</cstring> 178 </property> 179 </widget> 180 </item> 181 <item row="2" column="1"> 182 <widget class="MyComboBox" name="double_click_combo"> 183 <property name="sizePolicy"> 184 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 185 <horstretch>0</horstretch> 186 <verstretch>0</verstretch> 187 </sizepolicy> 188 </property> 189 </widget> 190 </item> 191 <item row="3" column="0"> 192 <widget class="QLabel" name="textLabel3_5"> 193 <property name="text"> 194 <string>&Right click</string> 195 </property> 196 <property name="wordWrap"> 197 <bool>false</bool> 198 </property> 199 <property name="buddy"> 200 <cstring>right_click_combo</cstring> 201 </property> 202 </widget> 203 </item> 204 <item row="3" column="1"> 205 <widget class="MyComboBox" name="right_click_combo"> 206 <property name="sizePolicy"> 207 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 208 <horstretch>0</horstretch> 209 <verstretch>0</verstretch> 210 </sizepolicy> 211 </property> 212 </widget> 213 </item> 214 <item row="4" column="0"> 215 <widget class="QLabel" name="label"> 216 <property name="text"> 217 <string>M&iddle click</string> 218 </property> 219 <property name="buddy"> 220 <cstring>middle_click_combo</cstring> 221 </property> 222 </widget> 223 </item> 224 <item row="4" column="1"> 225 <widget class="QComboBox" name="middle_click_combo"/> 226 </item> 227 <item row="5" column="0"> 228 <widget class="QLabel" name="label_2"> 229 <property name="text"> 230 <string>X Button &1</string> 231 </property> 232 <property name="buddy"> 233 <cstring>xbutton1_click_combo</cstring> 234 </property> 235 </widget> 236 </item> 237 <item row="5" column="1"> 238 <widget class="QComboBox" name="xbutton1_click_combo"/> 239 </item> 240 <item row="6" column="0"> 241 <widget class="QLabel" name="label_3"> 242 <property name="text"> 243 <string>X Button &2</string> 244 </property> 245 <property name="buddy"> 246 <cstring>xbutton2_click_combo</cstring> 247 </property> 248 </widget> 249 </item> 250 <item row="6" column="1"> 251 <widget class="QComboBox" name="xbutton2_click_combo"/> 252 </item> 253 <item row="0" column="2" rowspan="7"> 254 <spacer> 255 <property name="orientation"> 256 <enum>Qt::Horizontal</enum> 257 </property> 258 <property name="sizeHint" stdset="0"> 259 <size> 260 <width>20</width> 261 <height>20</height> 262 </size> 263 </property> 264 </spacer> 265 </item> 266 </layout> 267 </item> 268 <item> 269 <widget class="Line" name="line7"> 131 <item row="0" column="1"> 132 <layout class="QGridLayout"> 133 <item row="0" column="0" colspan="2"> 134 <widget class="QLabel" name="textLabel1_16"> 135 <property name="text"> 136 <string>Button functions:</string> 137 </property> 138 <property name="wordWrap"> 139 <bool>false</bool> 140 </property> 141 </widget> 142 </item> 143 <item row="1" column="0"> 144 <widget class="QLabel" name="textLabel2_6"> 145 <property name="text"> 146 <string>&Left click</string> 147 </property> 148 <property name="wordWrap"> 149 <bool>false</bool> 150 </property> 151 <property name="buddy"> 152 <cstring>left_click_combo</cstring> 153 </property> 154 </widget> 155 </item> 156 <item row="1" column="1"> 157 <widget class="MyComboBox" name="left_click_combo"> 270 158 <property name="sizePolicy"> 271 159 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> … … 274 162 </sizepolicy> 275 163 </property> 276 <property name="frameShape"> 277 <enum>QFrame::HLine</enum> 278 </property> 279 <property name="frameShadow"> 280 <enum>QFrame::Sunken</enum> 281 </property> 164 </widget> 165 </item> 166 <item row="2" column="0"> 167 <widget class="QLabel" name="textLabel3_4"> 168 <property name="text"> 169 <string>&Double click</string> 170 </property> 171 <property name="wordWrap"> 172 <bool>false</bool> 173 </property> 174 <property name="buddy"> 175 <cstring>double_click_combo</cstring> 176 </property> 177 </widget> 178 </item> 179 <item row="2" column="1"> 180 <widget class="MyComboBox" name="double_click_combo"> 181 <property name="sizePolicy"> 182 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 183 <horstretch>0</horstretch> 184 <verstretch>0</verstretch> 185 </sizepolicy> 186 </property> 187 </widget> 188 </item> 189 <item row="3" column="0"> 190 <widget class="QLabel" name="textLabel3_5"> 191 <property name="text"> 192 <string>&Right click</string> 193 </property> 194 <property name="wordWrap"> 195 <bool>false</bool> 196 </property> 197 <property name="buddy"> 198 <cstring>right_click_combo</cstring> 199 </property> 200 </widget> 201 </item> 202 <item row="3" column="1"> 203 <widget class="MyComboBox" name="right_click_combo"> 204 <property name="sizePolicy"> 205 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 206 <horstretch>0</horstretch> 207 <verstretch>0</verstretch> 208 </sizepolicy> 209 </property> 210 </widget> 211 </item> 212 <item row="4" column="0"> 213 <widget class="QLabel" name="label"> 214 <property name="text"> 215 <string>M&iddle click</string> 216 </property> 217 <property name="buddy"> 218 <cstring>middle_click_combo</cstring> 219 </property> 220 </widget> 221 </item> 222 <item row="4" column="1"> 223 <widget class="QComboBox" name="middle_click_combo"/> 224 </item> 225 <item row="5" column="0"> 226 <widget class="QLabel" name="label_2"> 227 <property name="text"> 228 <string>X Button &1</string> 229 </property> 230 <property name="buddy"> 231 <cstring>xbutton1_click_combo</cstring> 232 </property> 233 </widget> 234 </item> 235 <item row="5" column="1"> 236 <widget class="QComboBox" name="xbutton1_click_combo"/> 237 </item> 238 <item row="6" column="0"> 239 <widget class="QLabel" name="label_3"> 240 <property name="text"> 241 <string>X Button &2</string> 242 </property> 243 <property name="buddy"> 244 <cstring>xbutton2_click_combo</cstring> 245 </property> 246 </widget> 247 </item> 248 <item row="6" column="1"> 249 <widget class="QComboBox" name="xbutton2_click_combo"/> 250 </item> 251 <item row="0" column="2" rowspan="7"> 252 <spacer> 282 253 <property name="orientation"> 283 254 <enum>Qt::Horizontal</enum> 284 </property>285 </widget>286 </item>287 <item>288 <layout class="QHBoxLayout">289 <item>290 <widget class="QLabel" name="textLabel2_8">291 <property name="text">292 <string>&Wheel function:</string>293 </property>294 <property name="wordWrap">295 <bool>false</bool>296 </property>297 <property name="buddy">298 <cstring>wheel_function_combo</cstring>299 </property>300 </widget>301 </item>302 <item>303 <widget class="QComboBox" name="wheel_function_combo">304 <property name="sizePolicy">305 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">306 <horstretch>0</horstretch>307 <verstretch>0</verstretch>308 </sizepolicy>309 </property>310 </widget>311 </item>312 <item>313 <spacer>314 <property name="orientation">315 <enum>Qt::Horizontal</enum>316 </property>317 <property name="sizeType">318 <enum>QSizePolicy::Expanding</enum>319 </property>320 <property name="sizeHint" stdset="0">321 <size>322 <width>100</width>323 <height>20</height>324 </size>325 </property>326 </spacer>327 </item>328 </layout>329 </item>330 <item>331 <widget class="Line" name="line">332 <property name="orientation">333 <enum>Qt::Horizontal</enum>334 </property>335 </widget>336 </item>337 <item>338 <widget class="QCheckBox" name="delay_left_check">339 <property name="text">340 <string>Don't &trigger the left click action with a double click</string>341 </property>342 </widget>343 </item>344 <item>345 <widget class="QCheckBox" name="wheel_function_seeking_reverse_check">346 <property name="text">347 <string>R&everse wheel media seeking</string>348 </property>349 </widget>350 </item>351 <item>352 <spacer>353 <property name="orientation">354 <enum>Qt::Vertical</enum>355 </property>356 <property name="sizeType">357 <enum>QSizePolicy::Expanding</enum>358 255 </property> 359 256 <property name="sizeHint" stdset="0"> … … 366 263 </item> 367 264 </layout> 265 </item> 266 <item row="1" column="1"> 267 <widget class="Line" name="line7"> 268 <property name="sizePolicy"> 269 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 270 <horstretch>0</horstretch> 271 <verstretch>0</verstretch> 272 </sizepolicy> 273 </property> 274 <property name="frameShape"> 275 <enum>QFrame::HLine</enum> 276 </property> 277 <property name="frameShadow"> 278 <enum>QFrame::Sunken</enum> 279 </property> 280 <property name="orientation"> 281 <enum>Qt::Horizontal</enum> 282 </property> 283 </widget> 284 </item> 285 <item row="2" column="1"> 286 <layout class="QHBoxLayout"> 287 <item> 288 <widget class="QLabel" name="textLabel2_8"> 289 <property name="text"> 290 <string>&Wheel function:</string> 291 </property> 292 <property name="wordWrap"> 293 <bool>false</bool> 294 </property> 295 <property name="buddy"> 296 <cstring>wheel_function_combo</cstring> 297 </property> 298 </widget> 299 </item> 300 <item> 301 <widget class="QComboBox" name="wheel_function_combo"> 302 <property name="sizePolicy"> 303 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 304 <horstretch>0</horstretch> 305 <verstretch>0</verstretch> 306 </sizepolicy> 307 </property> 308 </widget> 309 </item> 310 <item> 311 <spacer> 312 <property name="orientation"> 313 <enum>Qt::Horizontal</enum> 314 </property> 315 <property name="sizeType"> 316 <enum>QSizePolicy::Expanding</enum> 317 </property> 318 <property name="sizeHint" stdset="0"> 319 <size> 320 <width>100</width> 321 <height>20</height> 322 </size> 323 </property> 324 </spacer> 325 </item> 326 </layout> 327 </item> 328 <item row="3" column="1"> 329 <layout class="QHBoxLayout" name="horizontalLayout"> 330 <item> 331 <widget class="QLabel" name="label_4"> 332 <property name="text"> 333 <string>Dra&g function:</string> 334 </property> 335 <property name="buddy"> 336 <cstring>drag_function_combo</cstring> 337 </property> 338 </widget> 339 </item> 340 <item> 341 <widget class="QComboBox" name="drag_function_combo"> 342 <property name="sizePolicy"> 343 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 344 <horstretch>0</horstretch> 345 <verstretch>0</verstretch> 346 </sizepolicy> 347 </property> 348 </widget> 349 </item> 350 <item> 351 <spacer name="horizontalSpacer"> 352 <property name="orientation"> 353 <enum>Qt::Horizontal</enum> 354 </property> 355 <property name="sizeHint" stdset="0"> 356 <size> 357 <width>40</width> 358 <height>20</height> 359 </size> 360 </property> 361 </spacer> 362 </item> 363 </layout> 364 </item> 365 <item row="4" column="1"> 366 <widget class="Line" name="line"> 367 <property name="orientation"> 368 <enum>Qt::Horizontal</enum> 369 </property> 370 </widget> 371 </item> 372 <item row="5" column="1"> 373 <widget class="QCheckBox" name="delay_left_check"> 374 <property name="text"> 375 <string>Don't &trigger the left click action with a double click</string> 376 </property> 377 </widget> 378 </item> 379 <item row="6" column="1"> 380 <widget class="QCheckBox" name="wheel_function_seeking_reverse_check"> 381 <property name="text"> 382 <string>R&everse wheel media seeking</string> 383 </property> 384 </widget> 385 </item> 386 <item row="7" column="1"> 387 <spacer> 388 <property name="orientation"> 389 <enum>Qt::Vertical</enum> 390 </property> 391 <property name="sizeType"> 392 <enum>QSizePolicy::Expanding</enum> 393 </property> 394 <property name="sizeHint" stdset="0"> 395 <size> 396 <width>20</width> 397 <height>128</height> 398 </size> 399 </property> 400 </spacer> 368 401 </item> 369 402 </layout> … … 458 491 <tabstop>xbutton2_click_combo</tabstop> 459 492 <tabstop>wheel_function_combo</tabstop> 493 <tabstop>drag_function_combo</tabstop> 460 494 <tabstop>delay_left_check</tabstop> 461 495 <tabstop>wheel_function_seeking_reverse_check</tabstop>
Note:
See TracChangeset
for help on using the changeset viewer.