Export MonthMenu, calendar

This commit is contained in:
Sebastian Kügler 2013-11-13 06:05:52 +01:00
parent 4337daa38e
commit 085e232641
4 changed files with 5 additions and 5 deletions

View File

@ -17,10 +17,10 @@
*/
import QtQuick 2.0
import org.kde.plasma.core 2.0 as PlasmaCore
// import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.components 2.0 as PlasmaComponents
import org.kde.plasma.extras 2.0 as PlasmaExtras
import org.kde.qtextracomponents 2.0 as QtExtras
// import org.kde.plasma.extras 2.0 as PlasmaExtras
// import org.kde.qtextracomponents 2.0 as QtExtras
PlasmaComponents.Menu {
id: testMenu

View File

@ -31,6 +31,7 @@ Item {
property real borderOpacity: 0.2
property alias calendar: monthCalendar
property alias selectedMonth: monthCalendar.monthName
property alias selectedYear: monthCalendar.year

View File

@ -2,3 +2,4 @@ module org.kde.plasma.calendar
plugin calendarplugin
MonthView 2.0 MonthView.qml
MonthMenu 2.0 MonthMenu.qml

View File

@ -1,2 +0,0 @@
module org.kde.plasma.calendar
plugin calendarplugin