mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-30 09:38:21 -04:00
Add matrix map automatic generation to matrix map editor
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<layout class="QGridLayout" name="GridLayout">
|
||||
<item row="6" column="0" colspan="4">
|
||||
<widget class="QTableWidget" name="TableWidgetMatrixMap"/>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<widget class="QLineEdit" name="LineEditWidth"/>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="LabelHeight">
|
||||
<property name="text">
|
||||
@@ -39,8 +45,26 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="LineEditHeight"/>
|
||||
<item row="4" column="0" colspan="4">
|
||||
<layout class="QHBoxLayout" name="HorizontalLayoutAutoGenerate">
|
||||
<item>
|
||||
<widget class="QPushButton" name="ButtonAutoGenerate">
|
||||
<property name="text">
|
||||
<string>Auto-Generate Matrix</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="ComboBoxAutoGenerate">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QLabel" name="LabelWidth">
|
||||
@@ -49,11 +73,8 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="3">
|
||||
<widget class="QLineEdit" name="LineEditWidth"/>
|
||||
</item>
|
||||
<item row="1" column="0" colspan="4">
|
||||
<widget class="QTableWidget" name="TableWidgetMatrixMap"/>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="LineEditHeight"/>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user