Changeset View
Changeset View
Standalone View
Standalone View
src/filewidgets/kfilewidget.cpp
| Show First 20 Lines • Show All 493 Lines • ▼ Show 20 Line(s) | 492 | menu->setWhatsThis(i18n("<qt>This is the preferences menu for the file dialog. " | |||
|---|---|---|---|---|---|
| 494 | "<li>how files are sorted in the list</li>" | 494 | "<li>how files are sorted in the list</li>" | ||
| 495 | "<li>types of view, including icon and list</li>" | 495 | "<li>types of view, including icon and list</li>" | ||
| 496 | "<li>showing of hidden files</li>" | 496 | "<li>showing of hidden files</li>" | ||
| 497 | "<li>the Places panel</li>" | 497 | "<li>the Places panel</li>" | ||
| 498 | "<li>file previews</li>" | 498 | "<li>file previews</li>" | ||
| 499 | "<li>separating folders from files</li></ul></qt>")); | 499 | "<li>separating folders from files</li></ul></qt>")); | ||
| 500 | menu->addAction(coll->action(QStringLiteral("view menu"))); | 500 | menu->addAction(coll->action(QStringLiteral("view menu"))); | ||
| 501 | menu->addSeparator(); | 501 | menu->addSeparator(); | ||
| 502 | menu->addAction(coll->action(QStringLiteral("decoration menu"))); | | |||
| 503 | menu->addSeparator(); | | |||
| 504 | menu->addAction(coll->action(QStringLiteral("show hidden"))); | 502 | menu->addAction(coll->action(QStringLiteral("show hidden"))); | ||
| 505 | menu->addSeparator(); | 503 | menu->addSeparator(); | ||
| 506 | menu->addAction(showSidebarAction); | 504 | menu->addAction(showSidebarAction); | ||
| 507 | menu->addAction(showBookmarksAction); | 505 | menu->addAction(showBookmarksAction); | ||
| 508 | menu->addAction(coll->action(QStringLiteral("preview"))); | 506 | menu->addAction(coll->action(QStringLiteral("preview"))); | ||
| 509 | 507 | | |||
| 510 | menu->setDelayed(false); | 508 | menu->setDelayed(false); | ||
| 511 | connect(menu->menu(), &QMenu::aboutToShow, | 509 | connect(menu->menu(), &QMenu::aboutToShow, | ||
| ▲ Show 20 Lines • Show All 2437 Lines • Show Last 20 Lines | |||||