mirror of https://gitlab.com/pamhyr/pamhyr2
display message run adists
parent
75149000db
commit
501000fa6b
|
|
@ -89,7 +89,7 @@ class SelectSolverWindowAdisTS(PamhyrDialog):
|
|||
)
|
||||
)
|
||||
|
||||
solvers_mage = list(filter(lambda x: "mage" in x._type, self._config.solvers))
|
||||
solvers_mage = list(filter(lambda x: "mage" in x._type.lower(), self._config.solvers))
|
||||
solvers_mage_names = list(map(lambda x: x._name, solvers_mage))
|
||||
|
||||
solvers_dir = os.path.join(
|
||||
|
|
|
|||
|
|
@ -18,9 +18,16 @@
|
|||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>AdisTS Solver:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QComboBox" name="comboBox"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<item row="4" column="0">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
|
|
@ -55,9 +62,16 @@
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<item row="3" column="0">
|
||||
<widget class="QComboBox" name="comboBoxRepMage"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Mage Repertory:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue