|
|
|
@ -5,22 +5,16 @@
@@ -5,22 +5,16 @@
|
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>605</width> |
|
|
|
|
<height>588</height> |
|
|
|
|
<width>592</width> |
|
|
|
|
<height>590</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle" > |
|
|
|
|
<string>Torrent Creation Tool</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="createTorrent_title" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<rect> |
|
|
|
|
<x>9</x> |
|
|
|
|
<y>9</y> |
|
|
|
|
<width>587</width> |
|
|
|
|
<height>27</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>0</width> |
|
|
|
@ -51,49 +45,45 @@
@@ -51,49 +45,45 @@
|
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QWidget" name="layoutWidget" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<rect> |
|
|
|
|
<x>9</x> |
|
|
|
|
<y>42</y> |
|
|
|
|
<width>597</width> |
|
|
|
|
<height>438</height> |
|
|
|
|
</rect> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_input" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>File or folder to add to the torrent:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="textInputPath" /> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
<widget class="QPushButton" name="addFile_button" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>Add a file</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
<property name="icon" > |
|
|
|
|
<iconset resource="icons.qrc" >:/Icons/add_file.png</iconset> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_input" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>0</width> |
|
|
|
|
<height>101</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>26</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QPushButton" name="addFolder_button" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>Input file or directory:</string> |
|
|
|
|
<string>Add a folder</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon" > |
|
|
|
|
<iconset resource="icons.qrc" >:/Icons/add_folder.png</iconset> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_announce_url" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
@ -155,22 +145,25 @@
@@ -155,22 +145,25 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<property name="leftMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
<property name="topMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QListWidget" name="input_list" > |
|
|
|
|
<widget class="QListWidget" name="trackers_list" > |
|
|
|
|
<property name="selectionMode" > |
|
|
|
|
<enum>QAbstractItemView::MultiSelection</enum> |
|
|
|
|
</property> |
|
|
|
@ -178,12 +171,21 @@
@@ -178,12 +171,21 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="leftMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="topMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation" > |
|
|
|
@ -198,7 +200,7 @@
@@ -198,7 +200,7 @@
|
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="addFolder_button" > |
|
|
|
|
<widget class="QPushButton" name="addTracker_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
@ -214,29 +216,13 @@
@@ -214,29 +216,13 @@
|
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="removeFolder_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
<property name="icon" > |
|
|
|
|
<iconset resource="icons.qrc" >:/Icons/skin/add.png</iconset> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="addFile_button" > |
|
|
|
|
<widget class="QPushButton" name="removeTracker_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
@ -252,6 +238,9 @@
@@ -252,6 +238,9 @@
|
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon" > |
|
|
|
|
<iconset resource="icons.qrc" >:/Icons/skin/remove.png</iconset> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
@ -273,14 +262,23 @@
@@ -273,14 +262,23 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="leftMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="topMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QListWidget" name="trackers_list" > |
|
|
|
|
<widget class="QListWidget" name="URLSeeds_list" > |
|
|
|
|
<property name="selectionMode" > |
|
|
|
|
<enum>QAbstractItemView::MultiSelection</enum> |
|
|
|
|
</property> |
|
|
|
@ -288,12 +286,21 @@
@@ -288,12 +286,21 @@
|
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="leftMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="topMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="rightMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="bottomMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation" > |
|
|
|
@ -308,7 +315,7 @@
@@ -308,7 +315,7 @@
|
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="addTracker_button" > |
|
|
|
|
<widget class="QPushButton" name="addURLSeed_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
@ -324,10 +331,13 @@
@@ -324,10 +331,13 @@
|
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon" > |
|
|
|
|
<iconset resource="icons.qrc" >:/Icons/skin/add.png</iconset> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="removeTracker_button" > |
|
|
|
|
<widget class="QPushButton" name="removeURLSeed_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
@ -343,6 +353,9 @@
@@ -343,6 +353,9 @@
|
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="icon" > |
|
|
|
|
<iconset resource="icons.qrc" >:/Icons/skin/remove.png</iconset> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
@ -363,201 +376,123 @@
@@ -363,201 +376,123 @@
|
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
<widget class="QTextEdit" name="txt_comment" > |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>421</width> |
|
|
|
|
<height>102</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
<property name="acceptRichText" > |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QListWidget" name="URLSeeds_list" > |
|
|
|
|
<property name="selectionMode" > |
|
|
|
|
<enum>QAbstractItemView::MultiSelection</enum> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="txtPieceSize" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>Piece size:</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
<widget class="QComboBox" name="comboPieceSize" > |
|
|
|
|
<property name="currentIndex" > |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation" > |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>32 KiB</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" > |
|
|
|
|
<size> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>16</height> |
|
|
|
|
</size> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>64 KiB</string> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="addURLSeed_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>128 KiB</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>256 KiB</string> |
|
|
|
|
</property> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
<string>512 KiB</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="removeURLSeed_button" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>1 MiB</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>22</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</size> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>2 MiB</string> |
|
|
|
|
</property> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string/> |
|
|
|
|
<string>4 MiB</string> |
|
|
|
|
</property> |
|
|
|
|
</item> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
|
<property name="orientation" > |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeHint" > |
|
|
|
|
<size> |
|
|
|
|
<width>20</width> |
|
|
|
|
<height>16</height> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QTextEdit" name="txt_comment" > |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>421</width> |
|
|
|
|
<height>102</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>421</width> |
|
|
|
|
<height>102</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="acceptRichText" > |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QCheckBox" name="check_private" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<rect> |
|
|
|
|
<x>9</x> |
|
|
|
|
<y>482</y> |
|
|
|
|
<width>587</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>Private (won't be distributed on trackerless network / DHT if enabled)</string> |
|
|
|
|
<string>Private (won't be distributed on DHT network if enabled)</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QWidget" name="layoutWidget2" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<rect> |
|
|
|
|
<x>9</x> |
|
|
|
|
<y>510</y> |
|
|
|
|
<width>587</width> |
|
|
|
|
<height>30</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="lbl_destination" > |
|
|
|
|
<property name="maximumSize" > |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>26</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QCheckBox" name="checkStartSeeding" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>Destination torrent file:</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="buddy" > |
|
|
|
|
<cstring>txt_destination</cstring> |
|
|
|
|
<string>Start seeding after creation</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="txt_destination" /> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QToolButton" name="browse_destination" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>...</string> |
|
|
|
|
<property name="leftMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QWidget" name="layoutWidget3" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<rect> |
|
|
|
|
<x>9</x> |
|
|
|
|
<y>546</y> |
|
|
|
|
<width>587</width> |
|
|
|
|
<height>33</height> |
|
|
|
|
</rect> |
|
|
|
|
<property name="topMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QHBoxLayout" > |
|
|
|
|
<property name="margin" > |
|
|
|
|
<property name="rightMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="spacing" > |
|
|
|
|
<number>6</number> |
|
|
|
|
<property name="bottomMargin" > |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<spacer> |
|
|
|
@ -575,7 +510,7 @@
@@ -575,7 +510,7 @@
|
|
|
|
|
<item> |
|
|
|
|
<widget class="QPushButton" name="createButton" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<string>Create</string> |
|
|
|
|
<string>Create and save...</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
@ -600,9 +535,12 @@
@@ -600,9 +535,12 @@
|
|
|
|
|
</spacer> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
<resources/> |
|
|
|
|
<resources> |
|
|
|
|
<include location="icons.qrc" /> |
|
|
|
|
</resources> |
|
|
|
|
<connections> |
|
|
|
|
<connection> |
|
|
|
|
<sender>cancelButton</sender> |
|
|
|
|