1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ProjectInfoPage</class>
4 <widget class="QWidget" name="ProjectInfoPage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>651</width>
10    <height>416</height>
11   </rect>
12  </property>
13  <layout class="QFormLayout" name="formLayout">
14   <property name="leftMargin">
15    <number>0</number>
16   </property>
17   <property name="topMargin">
18    <number>0</number>
19   </property>
20   <property name="rightMargin">
21    <number>0</number>
22   </property>
23   <property name="bottomMargin">
24    <number>0</number>
25   </property>
26   <item row="1" column="0">
27    <widget class="QLabel" name="label_2">
28     <property name="toolTip">
29      <string comment="@info:tooltip">Select the Management Plugin to use for this project</string>
30     </property>
31     <property name="text">
32      <string comment="@label:listbox">Project manager:</string>
33     </property>
34    </widget>
35   </item>
36   <item row="0" column="0">
37    <widget class="QLabel" name="label">
38     <property name="toolTip">
39      <string comment="@info:tooltip">Provide a name for the project</string>
40     </property>
41     <property name="text">
42      <string comment="@label:textbox">Name:</string>
43     </property>
44    </widget>
45   </item>
46   <item row="0" column="1">
47    <widget class="QLineEdit" name="nameEdit">
48     <property name="toolTip">
49      <string comment="@info:tooltip">Provide a name for the project</string>
50     </property>
51    </widget>
52   </item>
53   <item row="1" column="1">
54    <widget class="QComboBox" name="managerCombo">
55     <property name="toolTip">
56      <string comment="@info:tooltip">Select the Management Plugin to use for this project</string>
57     </property>
58    </widget>
59   </item>
60  </layout>
61 </widget>
62 <resources/>
63 <connections/>
64</ui>
65