~mihirsoni/ubuntu-calendar-app/dateSelectNewEventTest

« back to all changes in this revision

Viewing changes to ContactChoicePopup.qml

  • Committer: Kunal Parmar
  • Date: 2014-09-28 11:49:35 UTC
  • mfrom: (478 ubuntu-calendar-app)
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: pkunal.parmar@gmail.com-20140928114935-scs25xpajdxn358p
mergeĀ fromĀ trunk

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.0
19
 
import Ubuntu.Components 0.1
20
 
import Ubuntu.Components.Popups 0.1
21
 
import Ubuntu.Components.ListItems 0.1
22
 
import Ubuntu.Components.Themes.Ambiance 0.1
 
18
import QtQuick 2.3
 
19
import Ubuntu.Components 1.1
 
20
import Ubuntu.Components.Popups 1.0
 
21
import Ubuntu.Components.ListItems 1.0
 
22
import Ubuntu.Components.Themes.Ambiance 1.0
23
23
import QtOrganizer 5.0
24
24
import QtContacts 5.0
25
25
 
75
75
        anchors.right: parent.right
76
76
        anchors.margins: units.gu(1)
77
77
 
78
 
        NewEventEntryField{
 
78
        TextField {
79
79
            id: searchBox
80
80
            objectName: "contactPopoverInput"
81
81
            focus: true
85
85
                 height: parent.height*0.5
86
86
                 width: parent.height*0.5
87
87
                 anchors.verticalCenter: parent.verticalCenter
88
 
                 anchors.verticalCenterOffset: -units.gu(0.2)
89
88
                 name:"find"
90
89
             }
91
90
        }