diff options
| author | Arisotura <thetotalworm@gmail.com> | 2020-08-11 15:58:41 +0200 | 
|---|---|---|
| committer | Arisotura <thetotalworm@gmail.com> | 2020-08-11 15:58:41 +0200 | 
| commit | f23e782966d108d27403af17d8f0074a01154c29 (patch) | |
| tree | 921c6704dac47fdcbcde765d4aa14da5a1b9b6ff /src | |
| parent | 36bdb591be2f49f9a1b4965ceb516ab960fbadba (diff) | |
hey look. Arisotura the lazy derp finally made a dialog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frontend/qt_sdl/CheatsDialog.ui | 108 | 
1 files changed, 108 insertions, 0 deletions
| diff --git a/src/frontend/qt_sdl/CheatsDialog.ui b/src/frontend/qt_sdl/CheatsDialog.ui new file mode 100644 index 0000000..12e28e2 --- /dev/null +++ b/src/frontend/qt_sdl/CheatsDialog.ui @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>CheatsDialog</class> + <widget class="QDialog" name="CheatsDialog"> +  <property name="geometry"> +   <rect> +    <x>0</x> +    <y>0</y> +    <width>609</width> +    <height>417</height> +   </rect> +  </property> +  <property name="windowTitle"> +   <string>AR cheat code editor - melonDS</string> +  </property> +  <layout class="QVBoxLayout" name="verticalLayout_2"> +   <item> +    <layout class="QHBoxLayout" name="horizontalLayout"> +     <property name="sizeConstraint"> +      <enum>QLayout::SetDefaultConstraint</enum> +     </property> +     <item> +      <widget class="QPushButton" name="btnNewCat"> +       <property name="text"> +        <string>New category</string> +       </property> +      </widget> +     </item> +     <item> +      <widget class="QPushButton" name="btnNewARCode"> +       <property name="text"> +        <string>New AR code</string> +       </property> +      </widget> +     </item> +     <item> +      <widget class="QPushButton" name="btnDeleteCode"> +       <property name="text"> +        <string>Delete code</string> +       </property> +      </widget> +     </item> +     <item> +      <spacer name="horizontalSpacer"> +       <property name="orientation"> +        <enum>Qt::Horizontal</enum> +       </property> +       <property name="sizeType"> +        <enum>QSizePolicy::Expanding</enum> +       </property> +       <property name="sizeHint" stdset="0"> +        <size> +         <width>40</width> +         <height>20</height> +        </size> +       </property> +      </spacer> +     </item> +    </layout> +   </item> +   <item> +    <layout class="QHBoxLayout" name="horizontalLayout_2"> +     <item> +      <widget class="QTreeView" name="tvCodeList"> +       <property name="sizePolicy"> +        <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> +         <horstretch>2</horstretch> +         <verstretch>0</verstretch> +        </sizepolicy> +       </property> +       <property name="minimumSize"> +        <size> +         <width>200</width> +         <height>0</height> +        </size> +       </property> +      </widget> +     </item> +     <item> +      <widget class="QPlainTextEdit" name="txtCode"> +       <property name="sizePolicy"> +        <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> +         <horstretch>3</horstretch> +         <verstretch>0</verstretch> +        </sizepolicy> +       </property> +       <property name="minimumSize"> +        <size> +         <width>200</width> +         <height>0</height> +        </size> +       </property> +      </widget> +     </item> +    </layout> +   </item> +   <item> +    <widget class="QDialogButtonBox" name="buttonBox"> +     <property name="standardButtons"> +      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> +     </property> +    </widget> +   </item> +  </layout> + </widget> + <resources/> + <connections/> +</ui> |