The Note Binder is a Note Organizing Application with a built-in Application Launcher to compliment Note Taking applications.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

223 lines
5.0 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>newSectionGroupDialog</class>
<widget class="QDialog" name="newSectionGroupDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>551</width>
<height>232</height>
</rect>
</property>
<property name="windowTitle">
<string>Create New Section Group</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="notebookLabel">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Select Notebook or Section Group:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="directorySelection">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="fileNameLabel">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Section Group Name:</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="fileNameBox">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="sectionGroupColorBox">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<item>
<property name="text">
<string>None</string>
</property>
</item>
<item>
<property name="text">
<string>Red</string>
</property>
</item>
<item>
<property name="text">
<string>Orange</string>
</property>
</item>
<item>
<property name="text">
<string>Yellow</string>
</property>
</item>
<item>
<property name="text">
<string>Green</string>
</property>
</item>
<item>
<property name="text">
<string>Cyan</string>
</property>
</item>
<item>
<property name="text">
<string>Blue</string>
</property>
</item>
<item>
<property name="text">
<string>Purple</string>
</property>
</item>
<item>
<property name="text">
<string>Tan</string>
</property>
</item>
<item>
<property name="text">
<string>Magenta</string>
</property>
</item>
<item>
<property name="text">
<string>Teal</string>
</property>
</item>
<item>
<property name="text">
<string>Red Chalk</string>
</property>
</item>
<item>
<property name="text">
<string>Lemon Lime</string>
</property>
</item>
<item>
<property name="text">
<string>Apple</string>
</property>
</item>
<item>
<property name="text">
<string>Blue Mist</string>
</property>
</item>
<item>
<property name="text">
<string>Purple Mist</string>
</property>
</item>
<item>
<property name="text">
<string>Black</string>
</property>
</item>
<item>
<property name="text">
<string>Silver</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>newSectionGroupDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>17</x>
<y>222</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>192</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>newSectionGroupDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>85</x>
<y>222</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>192</y>
</hint>
</hints>
</connection>
</connections>
</ui>