porymap/forms/customscriptseditor.ui

185 lines
6 KiB
Text
Raw Normal View History

2023-09-01 19:00:09 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CustomScriptsEditor</class>
<widget class="QMainWindow" name="CustomScriptsEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-27 06:16:10 +00:00
<width>540</width>
2023-09-01 19:00:09 +01:00
<height>355</height>
</rect>
</property>
<property name="windowTitle">
<string>Custom Scripts Editor</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QFrame" name="window">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QFrame" name="header">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2023-11-03 06:40:03 +00:00
<widget class="QPushButton" name="button_CreateNewScript">
<property name="toolTip">
<string>Create a new Porymap script file with a default template</string>
</property>
2023-09-01 19:00:09 +01:00
<property name="text">
2023-11-03 06:40:03 +00:00
<string>Create New Script...</string>
2023-09-01 19:00:09 +01:00
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
2023-11-03 06:40:03 +00:00
<normaloff>:/icons/file_add.ico</normaloff>:/icons/file_add.ico</iconset>
2023-09-01 19:00:09 +01:00
</property>
</widget>
</item>
<item>
2023-11-03 06:40:03 +00:00
<widget class="QPushButton" name="button_LoadScript">
<property name="toolTip">
<string>Add an existing script file to the list below</string>
</property>
<property name="text">
<string>Load Script...</string>
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/file_put.ico</normaloff>:/icons/file_put.ico</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_RefreshScripts">
<property name="toolTip">
<string>Refresh all loaded scripts to account for any recent edits</string>
</property>
2023-09-01 19:00:09 +01:00
<property name="text">
2023-11-03 06:40:03 +00:00
<string>Refresh Scripts</string>
2023-09-01 19:00:09 +01:00
</property>
<property name="icon">
<iconset resource="../resources/images.qrc">
<normaloff>:/icons/refresh.ico</normaloff>:/icons/refresh.ico</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_header">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="label_Manual">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://huderlem.github.io/porymap/manual/scripting-capabilities.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0069d9;&quot;&gt;Help&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
2023-09-01 19:00:09 +01:00
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_ListHeader">
<property name="text">
<string>Scripts</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="list">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="dragDropMode">
2023-11-03 06:40:03 +00:00
<enum>QAbstractItemView::DragOnly</enum>
2023-09-01 19:00:09 +01:00
</property>
<property name="defaultDropAction">
<enum>Qt::IgnoreAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="textElideMode">
<enum>Qt::ElideLeft</enum>
</property>
<property name="movement">
<enum>QListView::Free</enum>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="../resources/images.qrc"/>
</resources>
<connections/>
</ui>