<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>TPS and Online Assignment by Mudit Kapoor</title>
      <link>https://padlet.com/ermuditkapoor/1llurcjux0pk</link>
      <description>Mobile Application Development: Blackberry</description>
      <language>en-us</language>
      <pubDate>2016-03-01 12:32:07 UTC</pubDate>
      <lastBuildDate>2025-10-21 06:24:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.storage.googleapis.com/portrait/notebook.jpg</url>
      </image>
      <item>
         <title>Mudit Kapoor, B00X, MD</title>
         <author>ermuditkapoor</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98150625</link>
         <description><![CDATA[<div>Think (3 mins)&nbsp; : Explain the process of creating multiple same type of Core UIs in Custom Components and changing its properties in main.qml?</div><div>uPair (4 mins)&nbsp; :Discuss with your neighbor and find out the more suitable points, if you missed?</div><div>Share (6 mins)&nbsp; : Share with colleagues!&nbsp; D~�s7*</div><div><br><br><br><strong>Think</strong>: Think individually and write the answer.&nbsp;<br><strong>Pair</strong>: Discuss with your neighbours and write the answer under pair heading, try to include the items that you left in think phase, give feedback to your neighbours.<br><strong>Share</strong>: Share the answer with your class mates and discuss on the best possible solution.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-01 13:01:01 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98150625</guid>
      </item>
      <item>
         <title>Your Name, Roll No. Subject</title>
         <author>ermuditkapoor</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98150758</link>
         <description><![CDATA[<div>Start your padlet with your name, roll no. and subject.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-01 13:01:47 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98150758</guid>
      </item>
      <item>
         <title>Rubrics</title>
         <author>ermuditkapoor</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98150838</link>
         <description><![CDATA[<div>1 Marks for your ans for correct choice <br>1 Mark for your think phase<br>1 mark for your share, not be counted if you have not written share phase.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-01 13:02:13 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98150838</guid>
      </item>
      <item>
         <title>Niharika Dalal | B017 | MD</title>
         <author>niharika13dalal</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379317</link>
         <description><![CDATA[<div><strong>THINK:<br></strong>When we create custom components, we can access the core UIs in it by using the<br>'property alias type' syntax. Each of these components can be given a different variable name, eg: text1, text2 (for text fields), if we have to access same type of UIs which are more than 1 in number. The properties of these elements can be changed, in Main.qml, using the reference we make (property alias type) from the qml file.<strong><br><br>PAIR:<br></strong>I did not mention an example.<strong><br><br>SHARE:<br><br>QUESTIONS:<br></strong>1. D<br>2. D<br>3. B<br>4. A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:00 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379317</guid>
      </item>
      <item>
         <title>Shruti Kadam B052 MD</title>
         <author>shrutikadam26</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379331</link>
         <description><![CDATA[<div>Think: We can create a custom component by creating a new qml file and then by naming it with AbcView.qml and start the oage consisting of a container. We then create core UIinside the same custom qml file. Further we call it in the main wml by calling it in the page&nbsp; like ither core UI.<br><br>Pair:Top level object file in a qml must be a container. Qml file must begin with capital letters. Qml file must be placed in the same directory as any other Qml&nbsp; that will be referencing it.We can change it's properties by creating anal alias in the custom components.<br><br>1.D<br>2.D<br>3.B<br>4.A<br><br>Share:</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:18 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379331</guid>
      </item>
      <item>
         <title>Syed Ashraf, B036 MD</title>
         <author>ashraf_syed36</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379335</link>
         <description><![CDATA[<div><strong>Think - Process of creating multiple same type of core UIs in custom components and changing the properties in the main UI.<br><br></strong>Think : You can create a custom components by first creating a new qml file by naming it SOMETHINGView.qml and then start with that page with a container and not a page. Then you can create multiple core UI's inside that custom qml file.&nbsp;<strong><br></strong>Each of these components can be given a different variable name, eg: text1, text2 (for text fields), if we have to access same type of UIs which are more than 1 in number.<br>After you are done making it, you can call it in the main.qml by just calling it in the page like we call whatever other center UI.<br><br><strong>Pair - &nbsp;</strong>Following points should be kept in mind while creating a QML file -&nbsp;<br><br>1]QML’s&nbsp; filename must start with a capital letter</div><div>2]Top level object in the QML file must be a container</div><div>3]QML’s filename should end with the suffix ‘View’</div><div>4]QML file should be placed in the same directory as any other QML that will be referencing it<br>Start by creating a .qml file called&nbsp;<br><br><em>Example</em><br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: example.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1<br>}<br>}<br><br><strong>Q1</strong>&nbsp;(B)<br><strong>Q2&nbsp;</strong>(D)<br><strong>Q3&nbsp;</strong>(B)<br><strong>Q4</strong>&nbsp;(A)&nbsp;<strong><br></strong><br></div><div><br><br><strong><br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:26 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379335</guid>
      </item>
      <item>
         <title>Pranav Joshi MD B046</title>
         <author>pranavjoshi5895</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379341</link>
         <description><![CDATA[<div><br>THINK: QML file name must start with a capital name. Core UIs can be accessed by using property alias type. Different variable names can be given to each component.<br>eg&nbsp; text1, etc. If we have to access same UIs, properties can be changed using reference of property alias type. Custom component can be declared with container as root element with stack layout.&nbsp; &nbsp;<br>PAIR:&nbsp; New qml file can be created using name like ABCname.qml<br>Properties can be changed by creating alias.&nbsp;<br>SHARE:<br><br><br>MCQs<br>1.) D<br>2.) D<br>3) B<br>4) A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:32 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379341</guid>
      </item>
      <item>
         <title>Astha Jain B038  MD</title>
         <author>1995astha</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379343</link>
         <description><![CDATA[<div><strong>Think</strong>: We can create custom components by first creating a new qml file and giving it a name like &nbsp;<strong>XYZView.qml</strong>&nbsp;and start the page with a container and<strong>&nbsp;not a page</strong>. Multiple core UIs in the custom qml file can then be created.<br>&nbsp;After making it we can call it in the main qml by simply calling it in the page like any other core UI.&nbsp;<br>Top level object file in a qml must be a container.<br><br><strong>Pair</strong>: Qml filename must always begin with<strong>&nbsp;capital letters.</strong><br>Qml file shold be placed in the same directory as any other Qml that will be referencing it.&nbsp;<br>We can change the its poeperties by creating an&nbsp;<strong>alias</strong>&nbsp;in the custom components.&nbsp;<br><br><strong>Share</strong>:<br><br><strong>Q1&nbsp; (C)<br>Q2&nbsp; (D)<br>Q3&nbsp; (B)<br>Q4&nbsp; (A)<br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:34 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379343</guid>
      </item>
      <item>
         <title>Paridhi Goyal B030 MD</title>
         <author>paridhi_post</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379344</link>
         <description><![CDATA[<div>&nbsp;<br>THINK<br><br>One can create a custom component by creating a new qml file and then by naming it with AbcView.qml and start the page consisting of a container. Further create multiple core UI's inside the same custom qml file. Then call it in the main qml by calling it in the page like other core UI.&nbsp;<br><br>PAIR&nbsp;<br>Top level object file in a qml must be a container.&nbsp;<br>Qml filename must begin with capital letters.&nbsp;<br>QMl file must be placed in the same directory as any other QML that will be referencing it. We can change its properties by creating an alias in the custom components.<br><br>SHARE&nbsp;<br>1(C)<br>2(D)<br>3(B)<br>4(A)<br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:34 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379344</guid>
      </item>
      <item>
         <title>Shruti Jain B040 MD</title>
         <author>jainshruti_14</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379347</link>
         <description><![CDATA[<div><br>THINK: After you create a new View.qml file and then call it in the main file. Inside the new qml file you create multiple Core UIs .You can call it in the main file just like any other Core UIs. We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change. Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br>QML’s&nbsp; filename must start with a capital letter.<br><br>PAIR:<br>Top level object in the QML file must be a container<br>qml file must be saved in the same directory as the main file&nbsp;<br><br><br>SHARE:<br><br>ANS 1 - D&nbsp;<br><br>ANS 2 - D&nbsp;<br><br>ANS 3 -B<br><br>ANS 4 True A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:36 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379347</guid>
      </item>
      <item>
         <title>Anas, B006, MD</title>
         <author>e1024x</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379349</link>
         <description><![CDATA[<div><br></div><pre>{
"Think" : "Multiple CoreUIs in custom components can be created using a separate QML file which defines a container. The core UI's can then be used inside of this container and then be utilized in main.qml just as builtin components. This would require defining an alias for the component's children to be accessible through main.qml.",

"Pair" : "We define the alias and access by the id property.",

"1" : "D",
"2" : "D",
"3" : "B",
"4" : "A"

}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:37 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379349</guid>
      </item>
      <item>
         <title>Kartik Desai || B018 || MD</title>
         <author>desaikartik95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379350</link>
         <description><![CDATA[<div><strong>Think :&nbsp;<br>Q. Explain the process creting multiple same type of core UIs in custom components and changing its properties in main qml<br>Ans:<br></strong>1]QML’s&nbsp; filename must start with a capital letter</div><div>2]Top level object in the QML file must be a container</div><div>3]QML’s filename should end with the suffix ‘View’</div><div>4]QML file should be placed in the same directory as any other QML that will be referencing it<br>Start by creating a .qml file called&nbsp;<br>Note.qml in&nbsp; the assets folder of your project.<br>Right-click the assets folder and click New &gt; Other, then expand&nbsp;<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BlackBerry</strong>&nbsp;and select QML File.<br>In the Template drop-down list, click&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp;Container and click Finish.<br><br><strong>Pair :</strong>&nbsp;<br>Example<br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: example.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1<br>}<br>}<strong><br><br>Share :<br>MCQ's:<br>Q.1. B.<br>Q.2. D.<br>Q.3. B.<br>Q.4. A.<br></strong><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:37 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379350</guid>
      </item>
      <item>
         <title>Aditi Jain  B039  MD</title>
         <author>aditij</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379352</link>
         <description><![CDATA[<div>&nbsp; &nbsp;THINK: &nbsp; You can create a custom components by first creating a new qml file by naming it AnYthing.qml and then start with that page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. The custom components. Then you can call it in main.qml and change its properties.<br><br>PAIR: Qml must be saved in the same directory as the main file.<br>The top level&nbsp; article must be container.<br><br><br>SHARE: &nbsp;<br>1 - B<br>2- D<br>3- B<br>4- A<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:41 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379352</guid>
      </item>
      <item>
         <title>Reetika B013 </title>
         <author>rcritikachaudhary95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379356</link>
         <description><![CDATA[<div>Think:&nbsp;<br>You can create a custom components by first creating a new qml file by naming it somethingView.qml (the qml's filename must end with the suffix 'view') and then start with that page with a container and not a page.&nbsp;<br>Then you can create multiple core UI's inside that custom qml file.<br>&nbsp;After you are done making it, you can call it in the main.qml by simply calling it in the page like we call any other core UI.&nbsp;<br>These custom components can be accessed by creating their instances. Properties of core components can be accessed either by Alisa or their respective properties. Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br><br>Pair:<br>QML record ought to be contained in another QML document that takes after these rules .&nbsp;<br>This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<br>Also an example can be given to show this.&nbsp;<br><br>Answers:<br>1) D<br>2) D<br>3) B<br>4) A<br><br>&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:42 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379356</guid>
      </item>
      <item>
         <title>Shounak B011 MD</title>
         <author></author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379365</link>
         <description><![CDATA[<div><strong><em>Think: You can create a custom components by first creating a new qml file by naming it whatever.qml and then start with that page with a container and not a page. Then you can create multiple core UI's After you are done making it, you can call it in the main.qml by simply calling it in the page like we call any other core UI. We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Pair:</em></strong></div><div><strong><em>&nbsp;you can call it in the main.qml file and it will change the property accordingly.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Share: 1( B) 2(D)&nbsp; 3(B) 4(A)</em></strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:49 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379365</guid>
      </item>
      <item>
         <title>Rishi Raj Gupta B034 MD</title>
         <author>rishirajgupta_nmims</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379368</link>
         <description><![CDATA[<div>Think : we can create a custom component by creating a new qml file by naming it indexview.qml or anything just make sure that the name has a suffix view.qml.&nbsp;<br>and then start with that page with a container<br>make sure that QML’s&nbsp; filename must start with a capital letter</div><div>1]Top level object in the QML file must be a container</div><div>2]QML file should be placed in the same directory as any other QML that will be referencing it<br>&nbsp; &nbsp; and then we can create multiple core uis inside the custom qml file.<br>Pair: with Akul gupta ,i think we have covered all the points which are important<br>&nbsp;QML record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a container.<br>main points&nbsp;<br>Qml should end with suffix view.<br>qml must be saved in the same directory.<br>top level article must be a container.<br>Share :<br>1( B )&nbsp;<strong><br>2(&nbsp; D)<br>3(&nbsp; B)<br>4( True )</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:50 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379368</guid>
      </item>
      <item>
         <title>Yashashwini Gupta, B031 , MD</title>
         <author>yashu96</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379373</link>
         <description><![CDATA[<div>Think: A custom component can be created by first creating a new qml file name Note.qml and after then start with that page with a container and NOT a page. Then you can create multiple core UI's inside that custom qml file.<br>We can change the properties it later.<br><br>Pair: Qml should end with suffix view.<br>qml must be saved in the same directory.<br>top level article must be a container.<br><br>Share:<br><br>1) B<br>2) D<br>3) B<br>4) A<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:57 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379373</guid>
      </item>
      <item>
         <title>Prakhar Goyal | B063 | MD</title>
         <author>prakhar_mpstme</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379374</link>
         <description><![CDATA[<div><strong>Think :</strong>&nbsp;QML record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder<br><br><strong>Pair with Deepak Dewani :&nbsp;</strong>You can make a custom segments by first naming so as to make another qml document it SOMETHINGView.qml and afterward begin with that page with a container and not a page. At that point you can make numerous center UI's inside that custom qml document. After you are done making it, you can call it in the main.qml by just calling it in the page like we call whatever other center UI.<br>Example :&nbsp;<br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: txt2.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt2&nbsp;<br>&nbsp; &nbsp; &nbsp;}<br><br>1. B<br>2. D<br>3. B<br>4. A - True</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:09:58 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379374</guid>
      </item>
      <item>
         <title>Dishant Kaushik | B050 | MD</title>
         <author>dkaushik95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379376</link>
         <description><![CDATA[<div><strong>Think:<br></strong>You can create a custom components by first creating a new qml file by naming it SOMETHINGView.qml and then start with that page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. After you are done making it, you can call it in the main.qml by simply calling it in the page like we call any other core UI. We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change. Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br><br>An example<br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: txt1.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1&nbsp;<br>&nbsp; &nbsp; &nbsp;}<br><strong><br>Pair:<br></strong>Same as above<strong><br>Share:<br><br></strong>1:<strong>&nbsp;D&nbsp;<br></strong>2:&nbsp;<strong>D<br></strong>3:<strong>&nbsp;B<br></strong>4:&nbsp;<strong>A<br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:00 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379376</guid>
      </item>
      <item>
         <title>Shon B010</title>
         <author>shon2811</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379379</link>
         <description><![CDATA[<div>Think:&nbsp; One of the best ways to to this will be create a custom component which has the various core UI and giving each one a unique id of the core UI.&nbsp;<br>Making a new main.qml file we can change its properties by creating an ALIAS.we then can refer the UI using there unique id and set it's properties.<br>These properties,&nbsp; must define new properties at the root of your custom component and bind them to the inner properties that you want to expose. &nbsp;<br><br>Pair: Same as above&nbsp;<br><br>Share:<br><br>1. (b)<br>2.(d)<br>3.(b)<br>4.(a)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:01 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379379</guid>
      </item>
      <item>
         <title>B021_Smit Doshi</title>
         <author>smitreso</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379380</link>
         <description><![CDATA[<div><strong><em>ans 1)</em></strong>Think: Custom Components can be created by creating a new QML file for the component itself . This file has to be called "name"View.qml&nbsp; where name is a custom name given to the component itself.make sure that QML’s&nbsp; filename must start with a capital letter</div><div>1]Top level object in the QML file must be a container</div><div>2]QML file should be placed in the same directory as any other QML that will be referencing it<br>&nbsp; &nbsp; and then we can create multiple core uis inside the custom qml file.<br>Then you can create multiple core UI's After you are done making it, you can call it in the main.qml by simply calling it in the page like we call any other core UI. We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change.&nbsp;</div><div>Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br><br>Pair: same as above.<br><strong><em>Ans 2)&nbsp;</em></strong>Think:&nbsp;<br>1(D)<br>2(D)<br>3(B)<br>4(A)<br><br>pair: same as above</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:03 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379380</guid>
      </item>
      <item>
         <title>Akul Gupta B032 MD</title>
         <author>akulgupta100</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379384</link>
         <description><![CDATA[<div><strong>THINK</strong><br>Custom Components can be created by creating a new QML file for the component itself . This file has to be called NAMEView.qml&nbsp; where name is a custom name given to the component itself.<br>Top Level Object of the QML file has to be a container<br>The QML File has to be placed in the same folder as all the other QML files that are going to reference it<br>The QML’s&nbsp; filename must start with a capital letter</div><div>We start by creating the QML file in&nbsp; the assets folder of the project.We then Right-click the assets folder and click New &gt; Other, then expand&nbsp;<strong>&nbsp;</strong>BlackBerry and select QML File.In the Template drop-down list, click Container and click Finish.&nbsp;</div><div>This QML file can later be easily Referenced by other QML files in the same directory.<br>After we are done making it, we can call it in the main.qml by simply calling it in the page like we call any other core UI.&nbsp;<br><br><strong>PAIR with Rishi Raj Gupta</strong><br>A.QML record should be contained in another QML report that takes after these standards ,QML's filename must start with a capital letter,top level article in the QML archive must be a container.&nbsp;<br><br>Custom segments can be made by first naming so as to make another qml document it SOMETHINGView.qml and afterward begin with that page with a container and not a page. At that point numerous center UI's can be made inside that custom qml document. After you are done making it, you can call it in the main.qml by just calling it in the page like we call whatever other center UI.<br><br><strong>SHARE<br><br></strong><br><strong>Q1. &nbsp;</strong>B<strong><br>Q2. &nbsp;</strong>D<strong><br>Q3&nbsp; &nbsp;</strong>B<strong><br>Q4&nbsp; &nbsp;</strong>A<strong><br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:04 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379384</guid>
      </item>
      <item>
         <title>Akshay Karvir B061 ,mobile application development </title>
         <author>akshay_btech2017</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379386</link>
         <description><![CDATA[<div>Think: Custom Components can be created by creating a new QML file for the component itself . This file has to be called NAMEView.qml&nbsp; where name is a custom name given to the component itself.<br>Top Level Object of the QML file has to be a container<br>The QML File has to be placed in the same folder as all the other QML files thar are coing to reference it<br>The QML’s&nbsp; filename must start with a capital letter<br>Top levelobjects in the qml firlw must be a container&nbsp;<br>QML's filename should end with the suffix view&nbsp;<br>QML file should be placed in the same directory as any other QML that will be referencing it.&nbsp;</div><div><br>We start by .qml in&nbsp; the assets folder of your project.<br>Right-click the assets folder and click New &gt; Other, then expand&nbsp;<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BlackBerry</strong>&nbsp;and select QML File.<br>In the Template drop-down list, click&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp;Container and click Finish.&nbsp;</div><div>This WML file can later be easily Referenced by other QML files in the same directory.<br><br>Pair: Desired&nbsp; custom components can be created by first creating a new qml file by naming it XView.qml and then starting with same page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. After you are done making it, call it in the main.qml by calling it in the page like we call any other core UI.&nbsp;<br><br>This finally gives a preferred exemption from mistaken calls and attains a proper call by name for property inheritance.&nbsp;<br><br>Share:<br>1.(B)<br>2.(D)<br>3.(B)<br>4.(A)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:04 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379386</guid>
      </item>
      <item>
         <title>Gourav&amp;nbsp;</title>
         <author>gouravacharya19</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379393</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:10 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379393</guid>
      </item>
      <item>
         <title>Abhishek Roshan Jha, B</title>
         <author>abhishekroshan6</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379395</link>
         <description><![CDATA[<div>THINK : <br>You can custom component is a seperate qml file with a container inside which you provide the layout as stacklayout and insert the components one after the other.<br>1. QML file should be in a new QML file that allows guidelines.<br>2. QML's filename must start with a capital letter.<br>3. Top level  object  in the QML  file must be container.<br>4. QML's file name should end with  the suffix "view"<br>5. QML file must be placed in the same directory as others.<br><br>PAIR:<br>a) QML record ought to be contained in another QML document that takes after these rules<br>Custom Component for blackberry:<br>1. Start by creating a .qml file called notes.qml in your assets folder of your project.<br>2. Right click on the assests folder  and click new &gt;other, then expand blackberry and select qml file<br>3. In the template drop-down list, click container and click finish.<br><br>Q1. B)<br>Q2. D) <br>Q3. A)<br>Q4. A)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:11 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379395</guid>
      </item>
      <item>
         <title>Gourav B002 MD</title>
         <author>gouravacharya19</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379397</link>
         <description><![CDATA[<div>Think:<br>Custom component is created in a separate qml file with a container as root element -inside which you provide the layout as stacklayout and insert the components one after the other.<br>Define the property as alias or variable in the custom component and assign the corresponding inner ui's property to the aliases<br><br>Use this just&nbsp; a core ui in the main.qml<br><br>Pair:almost same<br><br>1) b) )listview&nbsp;<br>2)D)title,description, status,Imagesource<br>3)b)stack grid flow<br>4) a) true<br>&nbsp;<br>&nbsp;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:11 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379397</guid>
      </item>
      <item>
         <title>Krishna Balasubramanian, B008, MD</title>
         <author>krishnabalasubramanian95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379399</link>
         <description><![CDATA[<div><strong>THINK:</strong></div><div>1.QML file should be contained in a new QML file that follows these guidelines</div><div>2.QML’s filename must start with a capital letter</div><div>3.Top level object in the QML file must be a container</div><div>4.QML’s filename should end with the suffix ‘View’</div><div>5.QML file should be placed in the same directory as any other QML that will be referencing it<br><br>This makes custom components by creating new qml files where we can name the files &lt;XYZ&gt;View.qml and start with that page within a container.Multiple coreUIs can be created like this.<br><br><strong>PAIR:&nbsp;<br></strong>1.Core components can be created by extending core controls.&nbsp;<br>2.They can be accessed by creating instances of them.<br>3.The custom component should be created in same directory as main.qml file<br>5.Properties of core components can be accessed either by using alias or their respective properties. Alias avoids the allocation of new memory.<br><br><strong>SHARE:</strong><br>1(D)<br>2(D)<br>3(B)<br>4(true)<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:14 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379399</guid>
      </item>
      <item>
         <title>Aneri shah B033 MD</title>
         <author>shahaneri312995</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379402</link>
         <description><![CDATA[<div>Think:<br>For creating multiple UI's, we can create a different qml file for the same UI by naming it&nbsp; anything.qml and start with a container in that page. Then you can create multiple custom components in that qml file. QML's file name must start with a capital letter and the top level object should be a container. It should end with the suffix 'View'. It should be placed in the same directory as any other qml files will reference it. It should contain only a container and not a page. This makes custom components by creating new qml files anythingView.qml and start with a page within a container.<br>Pair: Almost same with an addition that multiple core UI's can be created inside that custom qml file.<br>Share:&nbsp;<br><br>1. B<br>2.D<br>3.B<br>4.A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:15 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379402</guid>
      </item>
      <item>
         <title>Srija Ganguly B026 MD</title>
         <author>srijaganguly1_nmims</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379415</link>
         <description><![CDATA[<div>Think: you can use alias keyword to access properties of custom components. In the main.qml a signal is created that is linked with the slot using handlers. Custom components are called as the same way as core components are called. Multiple custom compo can be created in separate qml file.<br><br>Pair: Almost same with an addition of separate ids tht are created in the separate components. The fact about slots and signals not required.<br><br>&nbsp;hare:<br><br>1) A.<br>2) D.<br>3) B.<br>4) A.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:20 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379415</guid>
      </item>
      <item>
         <title>Nishant Soni B055 , MD</title>
         <author>soninish95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379416</link>
         <description><![CDATA[<div>Think:<br>A custom component can be created by first creating a new qml file name FILENAMEView.qml and after then start with that page with a container and not a page. Then you can create multiple core UI's&nbsp;<br>1.QML file should be contained in a new QML file that follows these guidelines<br>2.QML’s filename must start with a capital letter<br>3.Top level object in the QML file must be a container<br>4.QML’s filename should end with the suffix ‘View’<br>5.QML file should be placed in the same directory as any other QML that will be referencing.<br>Pair :&nbsp;<br>1.Core components can be created by extending core controls.&nbsp;<br>2.They can be accessed by creating instances of them.<br>Share:<br>1 D<br>2 D<br>3 B<br>4 A<br>5<br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:20 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379416</guid>
      </item>
      <item>
         <title>Zoher Kachwala B048 MD</title>
         <author>zoher_kachwala</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379423</link>
         <description><![CDATA[<div>Think:You can make a custom segments by first naming so as to make another qml document it View.qml and afterward begin with that page with a holder and not a page. At that point you can make numerous center UI's inside that custom qml document. After you are done making it, you can call it in the main.qml by just calling it in the page like we call&nbsp; other center UI.<br><br>1]QML’s&nbsp; filename must start with a capital letter</div><div>2]Top level object in the QML file must be a container</div><div>3]QML’s filename should end with the suffix ‘View’</div><div>4]QML file should be placed in the same directory as any other QML that will be referencing it<br>Start by creating a .qml file called&nbsp;<br>Note.qml in&nbsp; the assets folder of your project.<br>Right-click the assets folder and click New &gt; Other, then expand&nbsp;<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BlackBerry</strong>&nbsp;and select QML File.<br>In the Template drop-down list, click&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp;Container and click Finish.</div><div><br>Pair:We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change. Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br><br>Share:<br>1.D<br>2.D<br>3.B<br>4.A True</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:25 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379423</guid>
      </item>
      <item>
         <title>Ankit Makraria&amp;nbsp;</title>
         <author>ankitmakraria21</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379432</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:36 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379432</guid>
      </item>
      <item>
         <title>Ankit Makraria B041 MD</title>
         <author>ankitmakraria21</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379433</link>
         <description><![CDATA[<div>THINK :<br><strong>step 1) we create a custom components by first creating a new qml file by naming it SOMETHING like View.qml and then start with that page with a container and not a page.&nbsp;<br>step 2)&nbsp; next , you can create multiple core UI's inside that custom qml file.&nbsp;<br></strong>This makes custom components by creating new qml files where we can name the files &lt;XYZ&gt;View.qml and start with that page within a container.Multiple coreUIs can be created like this.<br>1.QML file should be contained in a new QML file that follows these guidelines</div><div>2.QML’s filename must start with a capital letter</div><div>3.Top level object in the QML file must be a container</div><div>4.QML’s filename should end with the suffix ‘View’</div><div>5.QML file should be placed in the same directory as any other QML that will be referencing it.&nbsp;<br><br><strong>PAIR :<br></strong>An example<br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: txt1.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1&nbsp;<br>&nbsp; &nbsp; &nbsp;}<br><br>QML record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<strong><br></strong><br></div><pre>We define the alias and access by the id property.We Also define the alias and access by the id property.</pre><div><strong>SHARE:&nbsp;<br>1 ( B)<br>2( d)<br>3 ( B )<br>4(A )</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:37 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379433</guid>
      </item>
      <item>
         <title>PRAYASHI BOHRA _ B012 _ MD</title>
         <author>prayashi_s_bohra</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379440</link>
         <description><![CDATA[<div><strong>THINK</strong><br>Explain the process of creating multiple same type of core UIs in custom components and changing its properties in main.qml ?<br>Ans:<br>You can create a custom components by first creating a new qml file by naming it SOMETHINGView.qml and then start with that page with a container and not a page then make some changes&nbsp; (give id to it). Then you can create multiple core UI's inside that custom qml file. After you are done making it, you can call it in the main.qml by simply calling it in the page. Then change its property by creating an alias in the custom component qml file and referencing it by the property you want to change.<br><br><strong>PAIR<br></strong>a .qml record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<strong><br><br></strong>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: txt1.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1&nbsp;<br>&nbsp; &nbsp; &nbsp;}<strong><br></strong><br><strong>SHARE<br><br>1. (A)<br>2. (D)<br>3. (A)<br>4. (A)<br><br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:49 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379440</guid>
      </item>
      <item>
         <title>Mihir patel B058 MD</title>
         <author>mihir00753</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379442</link>
         <description><![CDATA[<div><strong>Think:</strong>1.QML file should be contained in a new QML file that follows these guidelines</div><div>2.QML’s filename must start with a capital letter</div><div>3.Top level object in the QML file must be a container</div><div>4.QML’s filename should end with the suffix ‘View’</div><div>5.QML file should be placed in the same directory as any other QML that will be referencing it</div><div><strong><br>PAIR:</strong>You can create a custom components by first creating a new QML file by naming it SOMETHINGView.qml and then start with that page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. After you are done making it, you can call it in the main.qml by simply calling it in the page<strong><br><br>SHARE:&nbsp;<br>1-&nbsp; C<br>2-&nbsp; D<br>3-&nbsp; B<br>4-&nbsp; A</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:49 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379442</guid>
      </item>
      <item>
         <title>GVA Sashank - B024 - MD</title>
         <author>leonides048</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379447</link>
         <description><![CDATA[<div><br><strong>Think :&nbsp;</strong><br>Custom component is created in a separate qml file with a container as root element -inside which you provide the layout as stacklayout and insert the components one after the other.<br>Define the property as alias or variable in the custom component and assign the corresponding ui<br><br>Use this just as a core ui in the main.qml<br><strong><br>Pair :&nbsp;<br></strong>Break down the UI in multiple QML components instead of designing it as a single monolithic bloc. This will save us major headaches when we need to selectively update UI parts. Indeed, the ability to extend QML with our own custom components is a major advantage that we should leverage as much as possible.<br><br><strong>Share :&nbsp;</strong><br>Q1 - B - Data model<br>Q2 - D<br>Q3 - B<br>Q4 -&nbsp; A True</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:53 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379447</guid>
      </item>
      <item>
         <title>Nimesh Panchal B057 MD</title>
         <author>iamnimesh29</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379451</link>
         <description><![CDATA[<div><strong>Think&nbsp;</strong><br>Soln :<br>1.Qml file must start with capital letter.<br>Top level must be a container not the page.<br>Qml file must be placed in same directory<br>We can create a custom components by first creating a new qml file by naming it exampleview.qml and then start with not page instead page with a container. Then we can create multiple core UI's inside that custom qml file.&nbsp;<br>Then multiple core UI's can be created.&nbsp;<br>After making the qml file you can call it in the main.qml<br>&nbsp;by simply calling it in the page like we call any other core UI.&nbsp;<br>We can change the property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change.<br>Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br><strong>Pair&nbsp;<br></strong>1. Custom components&nbsp; for blackberry<br>2. some content is same as my neighbours.<br>3. Process is little different for creation by changing the properties by creating an alias in custom components&nbsp;<br><br><strong>Share:<br>1.(B)<br>2.(D)<br>3.(B)<br>4.(A)<br></strong><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:10:54 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379451</guid>
      </item>
      <item>
         <title>Kaustabh Dutta , B023 , MD</title>
         <author>kaustabh_dutta</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379460</link>
         <description><![CDATA[<div><strong>Think:</strong><br>You can create a custom component by first creating a new qml file by giving it an appropriate name such as View.qml and then start with that page with a&nbsp;<strong>container</strong>&nbsp;and not a<strong>&nbsp;page</strong>. Then you can create multiple core UI's inside that custom qml file.&nbsp;<br><br><strong>Pair:</strong><br>]QML’s&nbsp; filename must start with a capital letter</div><div>2]Top level object in the QML file must be a container</div><div>3]QML’s filename should end with the suffix ‘View’</div><div>4]QML file should be placed in the same directory as any other QML that will be referencing it<br>Start by creating a .qml file called&nbsp;<br>Note.qml in&nbsp; the assets folder of your project.<br>Right-click the assets folder and click New &gt; Other, then expand&nbsp;<strong>BlackBerry</strong>&nbsp;and select QML File.<br>In the Template drop-down list, click&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp;Container and click Finish.</div><div><br>Example<br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: example.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1<br>}<br>}<br><strong><br>Share:<br>1. (B)<br>2. (D)<br>3. (B)<br>4. (A)</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:00 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379460</guid>
      </item>
      <item>
         <title>Sarthak B007 MD</title>
         <author></author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379461</link>
         <description><![CDATA[<div>Think :&nbsp;</div><div>A new QML file is created to create a custom component with name format Name.qml , for creating multiple UI's, name must start with capital letter, layout can be provided as stack layout, directory must be same as another QML.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Pair:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Start page with container and not page&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Property can be changed by creating alias.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. D.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2. D&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3. B&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4. A&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:01 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379461</guid>
      </item>
      <item>
         <title>Tejas Jadhav || B037 || MD</title>
         <author>tjadhav95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379466</link>
         <description><![CDATA[<div>Think<br>Create custom components by making qml files in seperate component and add container inside which you can add different layouts like stackLayout <br>Qml file should start with capital and in new .qml file<br>Top level objects in qml. Must be container <br>Name must have suffix view<br>All qml files must be in the same directory<br><br>Pair<br>Qml record must be in contained in another qml document after embeding the rules<br>Custom component include: <br>Create qml files in assets folder<br>Right click on assets folder and click new&gt; other,  then<br> expand bb select qml<br>In template drop down click container then finish<br><br>Share<br>Q.1 B<br>Q.2 D<br>Q.3 B<br>Q.4 A<br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:07 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379466</guid>
      </item>
      <item>
         <title>Kajal Rathod_B059</title>
         <author>kajalrathod_nmims</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379482</link>
         <description><![CDATA[<div>Think&nbsp; :&nbsp;<br><strong>You can create a custom components by first creating a new qml file by naming it SOMETHINGView.qml and then start with that page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. After you are done making it, you can call it in the main.qml by simply calling it in the page&nbsp;<br>Pair : &nbsp;</strong>we can extend core components to create custom components. Custom components can be created in a separate qml file that must be located in same directory as main.qml file. These custom components can be accessed by creating their instances.&nbsp;<br>1 : C<br>2 :&nbsp; D<br>3 :&nbsp; A<br>4 : &nbsp; A&nbsp;<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:22 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379482</guid>
      </item>
      <item>
         <title>Nehal Agrawal B003</title>
         <author>agrawal_nehal2810</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379483</link>
         <description><![CDATA[<div>Think: we can extend core components to create custom components. Custom components can be created in a separate qml file that must be located in same directory as main.qml file. These custom components can be accessed by creating their instances. Properties of core components can be accessed either by Alisa or their respective properties.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Pair: qml file name must start with capital letter. &nbsp; Top level component must be a container. Qml file must end with suffix VIEW. When we define a property for a custom component, a new memory is allocated for the value. To avoid allocation of new memory, we use alias to point to inner property of core&nbsp; components.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Share:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1(D) 2(D) 3( ) 4(true)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:23 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379483</guid>
      </item>
      <item>
         <title>Monil Jain B042 MD</title>
         <author>moniljain7_nmims</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379492</link>
         <description><![CDATA[<div>Think :</div><div>&nbsp;1]QML’s&nbsp; filename must start with a capital letter</div><div>2]Top level object in the QML file must be a container</div><div>3]QML’s filename should end with the suffix ‘View’</div><div>4]QML file should be placed in the same directory as any other QML that will be referencing it<br>Start by creating a .qml file called&nbsp;<br>Note.qml in&nbsp; the assets folder of your project.<br>&nbsp;Right-click the assets folder&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; and click New &gt; Other, then expand&nbsp;<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BlackBerry</strong>&nbsp;and select QML File.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; In the Template drop-down list, click&nbsp; Container and click Finish.</div><div>&nbsp;&nbsp;</div><div>PAIR: a.QML record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.</div><div>1 B</div><div>&nbsp;</div><div>2 D&nbsp;</div><div>&nbsp;</div><div>3&nbsp; B</div><div>&nbsp;</div><div>4 A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:31 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379492</guid>
      </item>
      <item>
         <title>Minakshi Goel_B028_MD</title>
         <author>minakshigoel_nmims</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379525</link>
         <description><![CDATA[<div><strong>Think:<br></strong>A custom component can be created by first creating a new qml file name FILENAMEView.qml and after then start with that page with a container and NOT a page.&nbsp;<br>Then multiple core UI's can be created. After making the qml file you can call it in the main.qml by simply calling it in the page like we call any other core UI.&nbsp;<br>We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change.<br>Then you can call it in the main.qml file and it will change the property accordingly.&nbsp;<br><br>Example<br>Container{<br>&nbsp; &nbsp; &nbsp;property alias text: example.text<br>&nbsp; &nbsp; &nbsp;Label{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1<br>}<br>}<strong><br><br><br>Pair:<br></strong>test{</div><div>&nbsp; &nbsp; id: txt1</div><div>&nbsp; &nbsp; property string myValue: "exam"</div><div>&nbsp; &nbsp; title: "Home"</div><div>&nbsp; &nbsp; description: home.myValue</div><div>&nbsp; &nbsp; dataModel: XmlDataModel {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; source: "home.xml"</div><div>&nbsp; &nbsp; }// end of dataModel</div><div>}/</div><div><strong><br><br>Share:<br><br>1(D.)<br>2(D.)<br>3(B.)<br>4(A.)</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:11:47 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379525</guid>
      </item>
      <item>
         <title>Mihir Gandhi_B025</title>
         <author>gandhimihirj</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379583</link>
         <description><![CDATA[<div>Think<br>Q. Explain the process creating multiple same type of core UIs in custom components and changing its properties in main qml<br><strong>Conditions for QML file creation:-</strong><br>1]QML’s&nbsp; filename must start with a capital letter<br>2]Top level object in the QML file must be a container</div><div>3]QML’s filename should end with the suffix ‘View’</div><div>4]QML file should be placed in the same directory as any other QML that will be referencing it<br><strong><br></strong>&nbsp;<br><strong>Pair -<br><br>Custom Component for Blackberry</strong><br>Start by creating a .qml file called&nbsp;<br>Note.qml in&nbsp; the assets folder of your project.<br>Right-click the assets folder and click New &gt; Other, then expand&nbsp;<br>BlackBerry and select QML File.<br>In the Template drop-down list, click&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>Container and click Finish.&nbsp;<strong><br></strong><br><br><strong>Share-<br>ans 1 (B)<br>ans 2 (D)<br>ans 3 (B)<br>ans 4(A)</strong><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:12:26 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379583</guid>
      </item>
      <item>
         <title>SHRUTI JAIN B040 MD</title>
         <author>jainshruti_14</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379628</link>
         <description><![CDATA[<div>THINK:<br><br>PAIR:&nbsp;<br>SHARE:</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:12:53 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379628</guid>
      </item>
      <item>
         <title>Tejaswini_B014</title>
         <author>tejaswinivijapurapu</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379646</link>
         <description><![CDATA[<div>THINK:<br>QML's filename should start with a capital letter<br>And with suffix 'View'<br>Top level object in the QML file must be a container<br>QML file should be placed in the same directory as any other QML that will be referencing it.<br>It should be named as somethingView.qml<br>Then you can create multiple core UIs<br><br>PAIR:<br>QML record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<strong><br></strong><br>SHARE:<br>1-B<br>2-D<br>3-B<br>4-A<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:13:14 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379646</guid>
      </item>
      <item>
         <title>Abhinav Jaiswal _B043</title>
         <author>abhinavjaiswal1</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379678</link>
         <description><![CDATA[<div>Think :&nbsp;<br><br>Desired&nbsp; custom components can be created by first creating a new qml file by naming it XView.qml and then starting with same page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. After you are done making it, call it in the main.qml by calling it in the page like we call any other core UI.&nbsp;<br>This finally gives a preferred exemption from mistaken calls and attains a proper call by name for property inheritance.&nbsp;<br><br><br>PAIR :<br><br>QML record is supposed to be contained in another QML document that embeds after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<br>An example<br><br>Container{<br><br>&nbsp; &nbsp; &nbsp;property alias text: txt1.text<br><br>&nbsp; &nbsp; &nbsp;Label{<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1&nbsp;<br><br>&nbsp; &nbsp; &nbsp;}<br><br><br>We define the alias and access by the id property.We Also define the alias and access by the id property.<br><br><br><strong>SHARE</strong>:&nbsp;<br><strong>Answers:<br>1. D<br>2. D<br>3. B<br>4. A<br></strong><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:13:46 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379678</guid>
      </item>
      <item>
         <title>Animesh Ghose B027 MD</title>
         <author>zoher_kachwala</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379684</link>
         <description><![CDATA[<div>Think: start with a capital letter<br>And with suffix view&nbsp;<br>Top level object in qml file must be a container&nbsp;<br>Qml file should be in the same directory as any other qml<br>Pair: top level qml file cannot be a page. &nbsp;<br>&nbsp;<br>1 B<br><br>2 D<br>3 B<br>4 A<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:13:48 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379684</guid>
      </item>
      <item>
         <title></title>
         <author>gandhimihirj</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379753</link>
         <description><![CDATA[]]></description>
         <enclosure url="http://padlet.com/" />
         <pubDate>2016-03-02 06:14:52 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379753</guid>
      </item>
      <item>
         <title>Deepak Dewani | B019</title>
         <author>kumard8308887772</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379764</link>
         <description><![CDATA[<div><strong>THINK:<br></strong>You can make a custom segments by first naming so as to make another qml document it SOMETHINGView.qml and afterward begin with that page with a holder and not a page. At that point you can make numerous center UI's inside that custom qml document. After you are done making it, you can call it in the main.qml by just calling it in the page like we call whatever other center UI.<br><br><strong>PAIR:<br><br></strong>a.QML record ought to be contained in another QML document that takes after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<br><br><strong>Answers:<br>1. A<br>2. D<br>3. A<br>4. TRUE<br></strong><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:14:56 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379764</guid>
      </item>
      <item>
         <title>Anshaz Chugh_B015</title>
         <author></author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379954</link>
         <description><![CDATA[<div>Think: &nbsp;<br>You can create a custom components by first creating a new qml file by naming it SOMETHINGView.qml and then start with that page with a container and not a page. You can create multiple core UI's inside that custom qml file. After making it, you can call it in the main.qml by simply calling it in the page like we call any other core UI. We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change. Then you can call it in the main.qml file and it will change the property accordingly.<br><br>Pair:<br>When we create custom components, we can access the core UIs in it by using the<br>'property alias type' syntax. Each of these components can be given a different variable name, eg: text1, text2 (for text fields), if we have to access same type of UIs which are more than 1 in number. The properties of these elements can be changed, in Main.qml, using the reference we make (property alias type) from the qml file.<br><br>SHARE:<br>Ans 1.( B)<br>Ans 2.( D )<br>Ans 3.( B )<br>Ans 4.( A )<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:17:03 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98379954</guid>
      </item>
      <item>
         <title>Vedant Sharma _ B044</title>
         <author></author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98380165</link>
         <description><![CDATA[<div><strong>THINK&nbsp;</strong>:&nbsp;<br>Desired&nbsp; custom components can be created by first creating a new qml file by naming it XView.qml and then starting with same page with a container and not a page. Then you can create multiple core UI's inside that custom qml file. After you are done making it, call it in the main.qml by calling it in the page like we call any other core UI.&nbsp;<br><br>This finally gives a preferred exemption from mistaken call and attains a proper call by name for property inheritance.&nbsp;<br><br><strong>PAIR&nbsp;</strong>:<br>QML record is supposed to be contained in another QML document that embeds after these rules ,QML's filename must begin with a capital letter,top level article in the QML document must be a container,QML's filename ought to end with the postfix "Perspective"QML record should be placed in the same catalog as whatever other QML that will be referencing it .This makes custom segments by making new qml documents we can name the records &lt;XYZ&gt;View.qml and begin with that page inside of a holder.<br><br>An example<br><br>Container{<br><br>&nbsp; &nbsp; &nbsp;property alias text: txt1.text<br><br>&nbsp; &nbsp; &nbsp;Label{<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; id: txt1&nbsp;<br><br>&nbsp; &nbsp; &nbsp;}<br><br><br>We define the alias and access by the id property.We Also define the alias and access by the id property.<br><br><br><br><strong>SHARE:&nbsp;<br>Answers:<br>1. D<br>2. D<br>3. A<br>4. A<br></strong><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:19:35 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98380165</guid>
      </item>
      <item>
         <title>Aniket Kothari B062, MD</title>
         <author>soninish95</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98380345</link>
         <description><![CDATA[<div><br>Think:<br>A custom component can be created by first creating a new qml file name FILENAMEView.qml and after then start with that page with a container and NOT a page.&nbsp;<br>Then multiple core UI's can be created. After making the qml file you can call it in the main.qml by simply calling it in the page like we call any other core UI.&nbsp;<br>We can change its property by creating an alias in the custom component QML file and referencing it by the id of the property you want to change.<br>Then you can call it in the main.qml file and it will change the property accordingly<br>Pair<br>1.Core components can be created by extending core controls.&nbsp;<br>2.They can be accessed by creating instances of them.<br>Share:&nbsp;<br>1 C<br>2 D<br>3 B<br>4 A</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:22:37 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98380345</guid>
      </item>
      <item>
         <title>Suryanarayan. B</title>
         <author>surya950302</author>
         <link>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98381050</link>
         <description><![CDATA[<div>Think:create a new qml file in the assets folder and define the properties.Then using the two methods of accessing inner properties (alias or creating a data type) we assign a variable to each of the property of the respective UI. We then use it in the main QML file.</div><div>PAIR:1. Custom components&nbsp; for blackberry<br>2. some content is same as my neighbours.<br>3. Process is little different for creation by changing the properties by creating an alias in custom components &nbsp; 1:(d )&nbsp;</div><div>2:(d)<br>3:(b) 4:a</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-03-02 06:33:32 UTC</pubDate>
         <guid>https://padlet.com/ermuditkapoor/1llurcjux0pk/wish/98381050</guid>
      </item>
   </channel>
</rss>
