diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-17 02:47:07 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-17 02:47:07 -0500 |
| commit | 7688175c68c2f1ce85951173c0aa3e186587aa1f (patch) | |
| tree | fdbe99b1158c90ae5dc71a9d7871dd236f2e2c24 /src/modinfodialog.ui | |
| parent | b4eae6e5d1cbd92140e9a1058d623a4338a35c43 (diff) | |
Add source game setter in mod info dialog
Diffstat (limited to 'src/modinfodialog.ui')
| -rw-r--r-- | src/modinfodialog.ui | 52 |
1 files changed, 41 insertions, 11 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 05415445..9e9ba77b 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -110,19 +110,19 @@ </item>
<item>
<widget class="QLabel" name="label_5">
- <property name="enabled">
+ <property name="enabled">
<bool>false</bool>
- </property>
+ </property>
<property name="text">
- <string>Ini Tweaks *This feature is non-functional*</string>
+ <string>Ini Tweaks *This feature is non-functional*</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="iniTweaksList">
- <property name="enabled">
+ <property name="enabled">
<bool>false</bool>
- </property>
+ </property>
<property name="maximumSize">
<size>
<width>228</width>
@@ -238,8 +238,8 @@ <rect>
<x>0</x>
<y>0</y>
- <width>98</width>
- <height>28</height>
+ <width>676</width>
+ <height>126</height>
</rect>
</property>
<property name="toolTip">
@@ -490,7 +490,7 @@ Most mods do not have optional esps, so chances are good you are looking at an e <item>
<widget class="QTreeWidget" name="overwrittenTree">
<property name="contextMenuPolicy">
- <enum>Qt::CustomContextMenu</enum>
+ <enum>Qt::CustomContextMenu</enum>
</property>
<property name="textElideMode">
<enum>Qt::ElideLeft</enum>
@@ -502,7 +502,7 @@ Most mods do not have optional esps, so chances are good you are looking at an e <bool>true</bool>
</property>
<property name="columnCount">
- <number>2</number>
+ <number>2</number>
</property>
<attribute name="headerDefaultSectionSize">
<number>365</number>
@@ -614,6 +614,36 @@ p, li { white-space: pre-wrap; } </widget>
</item>
<item>
+ <spacer name="horizontalSpacer_4">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>10</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_10">
+ <property name="text">
+ <string>Source Game</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="sourceGameEdit">
+ <property name="toolTip">
+ <string>Mod ID for this mod on Nexus.</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -819,9 +849,9 @@ p, li { white-space: pre-wrap; } </widget>
<customwidgets>
<customwidget>
- <class>QQuickWidget</class>
+ <class>QWebEngineView</class>
<extends>QWidget</extends>
- <header>QtQuickWidgets/QQuickWidget</header>
+ <header location="global">QtWebEngineWidgets/QWebEngineView</header>
</customwidget>
</customwidgets>
<resources>
|
