syncthingtray/plasmoid/package/contents/ui
Martchus 9df2a17e5c Port Plasmoid to QCC2/PlasmaComponents3 where possible
The following uses of QCC1/PlasmaComponents2 remain:

```
…/DetailView.qml:import org.kde.plasma.components 2.0 as PlasmaComponents // for Menu and MenuItem
…/DevicesPage.qml:import org.kde.plasma.components 2.0 as PlasmaComponents  // for Menu and MenuItem
…/DirectoriesPage.qml:import org.kde.plasma.components 2.0 as PlasmaComponents  // for Menu and MenuItem
…/DownloadsPage.qml:import org.kde.plasma.components 2.0 as PlasmaComponents  // for Menu and MenuItem
…/FullRepresentation.qml:import org.kde.plasma.components 2.0 as PlasmaComponents // for vertical TabBar
…/RecentChangesPage.qml:import org.kde.plasma.components 2.0 as PlasmaComponents  // for Menu and MenuItem
…/TopLevelView.qml:import org.kde.plasma.components 2.0 as PlasmaComponents // for Highlight and DialogStatus.Closed (used with Menu and MenuItem)
```
2020-11-27 19:09:47 +01:00
..
CompactRepresentation.qml Improve plasmoid: most features implemented now 2017-09-09 21:40:00 +02:00
DetailItem.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
DetailView.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
DevicesPage.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
DirectoriesPage.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
DownloadsPage.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
FullRepresentation.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
IconLabel.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
main.qml Use default Syncthing icon in Plasmoid context menu 2020-05-31 18:15:55 +02:00
RecentChangesPage.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
StatisticsView.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
TinyButton.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
ToolTipTrigger.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
ToolTipView.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
TopLevelItem.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00
TopLevelView.qml Port Plasmoid to QCC2/PlasmaComponents3 where possible 2020-11-27 19:09:47 +01:00