Skip to content

Commit

Permalink
add tutorials box
Browse files Browse the repository at this point in the history
  • Loading branch information
cefect committed Sep 4, 2024
1 parent b6ebc62 commit cb9837e
Showing 1 changed file with 85 additions and 26 deletions.
111 changes: 85 additions & 26 deletions cancurve/bldgs/cc_bldgs_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -160,39 +160,98 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item alignment="Qt::AlignHCenter">
<widget class="QGroupBox" name="groupBox_dev">
<property name="styleSheet">
<string notr="true">QPushButton {
background-color: red;
color: black;
}</string>
<widget class="QgsCollapsibleGroupBox" name="mGroupBox">
<property name="minimumSize">
<size>
<width>750</width>
<height>0</height>
</size>
</property>
<property name="title">
<string>!DEVELOPMENT ONLY! EASY PARAMETER LOADING OF TEST CASES</string>
<string>Tutorials</string>
</property>
<property name="collapsed">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<layout class="QVBoxLayout" name="verticalLayout_22">
<item>
<widget class="QComboBox" name="comboBox_dev">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<widget class="QLabel" name="label_10">
<property name="text">
<string>Use this box to load tutorial data into the Buildings Tool. Note this will overwrite all fields.</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_dev">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Load Testing Values</string>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_dev">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_dev">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Load</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<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>
</item>
</layout>
</widget>
Expand Down Expand Up @@ -1963,7 +2022,7 @@ QLabel {
</resources>
<connections/>
<buttongroups>
<buttongroup name="buttonGroup_costbasis"/>
<buttongroup name="buttonGroup_runControl"/>
<buttongroup name="buttonGroup_costbasis"/>
</buttongroups>
</ui>

0 comments on commit cb9837e

Please sign in to comment.