
Jobs_ctrller_import.importRTLFile(jobs_treeview_)Īnchors.leftMargin: 12*jobs_popup_import.width_ratioĮxpand(jobs_ctrller_import.getRootItem()) Jobs_ctrller_leteRTLFile(jobs_treeview_)Īnchors.leftMargin: 261*jobs_popup_import.width_ratioĪnchors.leftMargin: 453*jobs_popup_import.width_ratio

Text_height:24*jobs_popup_import.height_ratio Text_width:100*jobs_popup_import.width_ratio Pixel_size:20*jobs_popup_import.width_ratio Height:630*jobs_popup_import.height_ratioįont.pixelSize: 20*jobs_popup_import.width_ratioĪnchors.topMargin: 20*jobs_popup_import.height_ratioĪnchors.leftMargin: 20*jobs_popup_import.width_ratioĪnchors.topMargin: -10*jobs_popup_import.height_ratioĪnchors.leftMargin: 5*jobs_popup_import.width_ratioĪnchors.topMargin: 48*jobs_popup_import.height_ratioĪnchors.bottomMargin: 105*jobs_popup_import.height_ratioĪnchors.leftMargin: 30*jobs_popup_import.width_ratioĪnchors.bottomMargin: 40*jobs_popup_import.height_ratioīutton_width:180*jobs_popup_import.width_ratioīutton_height:52*jobs_popup_import.height_ratioīutton_radius:8*jobs_popup_import.width_ratio Property real width_ratio: jobs_popup_import.width/680 Property real height_ratio: jobs_popup_import.height/630 If(jobs_ctrller_import.updateButtonState(jobs_treeview_import.currentIndex))Ĭonsole.log("Selection changed enable buttons")Ĭonsole.log("Selection changed disable my complete qml file: import QtQuick 2.5 SelectionMode: SelectionMode.MultiSelection Please point me what is going wrong?Īnchors.leftMargin: 12 jobs_popup_import.width_ratioĮxpand(jobs_ctrller_import.getRootItem()) }

It is working fine in gnome and unity but not in xfce and mate versions of ubuntu. I have a treeview in qml using itemselectionmodel for allowing multiple selection.
