~timo-jyrinki/qtcreator-plugin-ubuntu/test_jenkins

« back to all changes in this revision

Viewing changes to share/qtcreator/ubuntu/qml/Components/SectionItem.qml

  • Committer: CI Train Bot
  • Author(s): Benjamin Zeller
  • Date: 2015-11-26 05:24:43 UTC
  • mfrom: (415.3.3 ubuntu)
  • Revision ID: ci-train-bot@canonical.com-20151126052443-17801n502zd3qbpp
Migrate plugin to UITK 1.3
Approved by: PS Jenkins bot, Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
 
17
 
import QtQuick 2.0
18
 
import Ubuntu.Components 1.0
19
 
import Ubuntu.Components.ListItems 1.0 as ListItem
 
17
import QtQuick 2.4
 
18
import Ubuntu.Components 1.3
 
19
import Ubuntu.Components.ListItems 1.3 as ListItem
20
20
 
21
21
ListItem.Expandable {
22
22
    id: expandingColumnItem