~dpniel/ubuntu-calendar-app/uitk-1.3

« back to all changes in this revision

Viewing changes to ColorPickerDialog.qml

  • Committer: Dan Chapman
  • Date: 2016-01-22 09:47:31 UTC
  • Revision ID: dpniel@ubuntu.com-20160122094731-15pzkmfrxn29m6dk
Update Calendar to Ubuntu.Components 1.3

All imports have been changed to reflect newer uitk,
also switched all ListItems to use the new ListItem & ListItemLayouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * You should have received a copy of the GNU General Public License
16
16
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
 */
18
 
import QtQuick 2.3
19
 
import Ubuntu.Components 1.1
20
 
import Ubuntu.Components.Popups 1.0
 
18
import QtQuick 2.4
 
19
import Ubuntu.Components 1.3
 
20
import Ubuntu.Components.Popups 1.1
21
21
 
22
22
Dialog {
23
23
    id: root