43b474a4b2
* fix project centric set current * Adding newline to project.json template * Adding newline to engine.json * Changed register -this-engine to be data driven * adding build server support * fix log dir * fix add remove * fix template creation for restricted * fix typos and descriptions * Add newline to the end of template.json * Adding newline to the end of assets_scan_folders.seteg * current_project in global project that creates/edits the .o3de/Registry/bootstrap.setreg * fix the build server flags * fix the o3de manifest server portion * disable project manager tests for now. Its changed too much and lytestools is not working at the moment. I will get back to this later. * fix the Mac build config * disable project_test, this is the project manager. It has changed too much for these tests to work at the moment. I'll get back to them Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
166 lines
3.7 KiB
XML
166 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>manageGemTargetsDialog</class>
|
|
<widget class="QDialog" name="manageGemTargetsDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>702</width>
|
|
<height>297</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Manage Gem Targets</string>
|
|
</property>
|
|
<widget class="QDialogButtonBox" name="close">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>260</y>
|
|
<width>71</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Close</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListView" name="availableGemTargetsList">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>50</y>
|
|
<width>250</width>
|
|
<height>221</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListView" name="enabledGemTargetsList">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>250</width>
|
|
<height>221</height>
|
|
</rect>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>30</y>
|
|
<width>251</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Available Gem Targets</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>251</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Enabled Gem Targets</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="removeGemTargetsButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>264</x>
|
|
<y>130</y>
|
|
<width>171</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove Gem Targets >></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="addGemTargetsButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>264</x>
|
|
<y>100</y>
|
|
<width>171</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><< Add Gem Targets</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>5</y>
|
|
<width>400</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Adding new Gem Targets may require rebuilding</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>close</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>manageGemTargetsDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>248</x>
|
|
<y>254</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>157</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>close</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>manageGemTargetsDialog</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>316</x>
|
|
<y>260</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>286</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|