tools/designer/src/lib/shared/plugindialog.ui
changeset 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <comment>*********************************************************************
       
     4 **
       
     5 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     6 ** All rights reserved.
       
     7 ** Contact: Nokia Corporation (qt-info@nokia.com)
       
     8 **
       
     9 ** This file is part of the Qt Designer of the Qt Toolkit.
       
    10 **
       
    11 ** $QT_BEGIN_LICENSE:LGPL$
       
    12 ** No Commercial Usage
       
    13 ** This file contains pre-release code and may not be distributed.
       
    14 ** You may use this file in accordance with the terms and conditions
       
    15 ** contained in the Technology Preview License Agreement accompanying
       
    16 ** this package.
       
    17 **
       
    18 ** GNU Lesser General Public License Usage
       
    19 ** Alternatively, this file may be used under the terms of the GNU Lesser
       
    20 ** General Public License version 2.1 as published by the Free Software
       
    21 ** Foundation and appearing in the file LICENSE.LGPL included in the
       
    22 ** packaging of this file.  Please review the following information to
       
    23 ** ensure the GNU Lesser General Public License version 2.1 requirements
       
    24 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
       
    25 **
       
    26 ** In addition, as a special exception, Nokia gives you certain additional
       
    27 ** rights.  These rights are described in the Nokia Qt LGPL Exception
       
    28 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
       
    29 **
       
    30 ** If you have questions regarding the use of this file, please contact
       
    31 ** Nokia at qt-info@nokia.com.
       
    32 **
       
    33 **
       
    34 **
       
    35 **
       
    36 **
       
    37 **
       
    38 **
       
    39 **
       
    40 ** $QT_END_LICENSE$
       
    41 **
       
    42 *********************************************************************</comment>
       
    43  <class>PluginDialog</class>
       
    44  <widget class="QDialog" name="PluginDialog">
       
    45   <property name="geometry">
       
    46    <rect>
       
    47     <x>0</x>
       
    48     <y>0</y>
       
    49     <width>401</width>
       
    50     <height>331</height>
       
    51    </rect>
       
    52   </property>
       
    53   <property name="windowTitle">
       
    54    <string>Plugin Information</string>
       
    55   </property>
       
    56   <layout class="QVBoxLayout">
       
    57    <property name="spacing">
       
    58     <number>6</number>
       
    59    </property>
       
    60    <property name="margin">
       
    61     <number>8</number>
       
    62    </property>
       
    63    <item>
       
    64     <widget class="QLabel" name="label">
       
    65      <property name="text">
       
    66       <string notr="true">TextLabel</string>
       
    67      </property>
       
    68      <property name="wordWrap">
       
    69       <bool>true</bool>
       
    70      </property>
       
    71     </widget>
       
    72    </item>
       
    73    <item>
       
    74     <widget class="QTreeWidget" name="treeWidget">
       
    75      <property name="textElideMode">
       
    76       <enum>Qt::ElideNone</enum>
       
    77      </property>
       
    78      <column>
       
    79       <property name="text">
       
    80        <string>1</string>
       
    81       </property>
       
    82      </column>
       
    83     </widget>
       
    84    </item>
       
    85    <item>
       
    86     <widget class="QLabel" name="message">
       
    87      <property name="text">
       
    88       <string notr="true">TextLabel</string>
       
    89      </property>
       
    90      <property name="wordWrap">
       
    91       <bool>true</bool>
       
    92      </property>
       
    93     </widget>
       
    94    </item>
       
    95    <item>
       
    96     <layout class="QHBoxLayout">
       
    97      <property name="spacing">
       
    98       <number>6</number>
       
    99      </property>
       
   100      <property name="margin">
       
   101       <number>0</number>
       
   102      </property>
       
   103     </layout>
       
   104    </item>
       
   105    <item>
       
   106     <widget class="QDialogButtonBox" name="buttonBox">
       
   107      <property name="orientation">
       
   108       <enum>Qt::Horizontal</enum>
       
   109      </property>
       
   110      <property name="standardButtons">
       
   111       <set>QDialogButtonBox::Close</set>
       
   112      </property>
       
   113     </widget>
       
   114    </item>
       
   115   </layout>
       
   116  </widget>
       
   117  <resources/>
       
   118  <connections>
       
   119   <connection>
       
   120    <sender>buttonBox</sender>
       
   121    <signal>rejected()</signal>
       
   122    <receiver>PluginDialog</receiver>
       
   123    <slot>reject()</slot>
       
   124    <hints>
       
   125     <hint type="sourcelabel">
       
   126      <x>154</x>
       
   127      <y>307</y>
       
   128     </hint>
       
   129     <hint type="destinationlabel">
       
   130      <x>401</x>
       
   131      <y>280</y>
       
   132     </hint>
       
   133    </hints>
       
   134   </connection>
       
   135  </connections>
       
   136 </ui>