diff options
Diffstat (limited to 'src/forms/dialogsave.ui')
| -rw-r--r-- | src/forms/dialogsave.ui | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/src/forms/dialogsave.ui b/src/forms/dialogsave.ui new file mode 100644 index 0000000..90daca4 --- /dev/null +++ b/src/forms/dialogsave.ui @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DialogSave</class> + <widget class="QDialog" name="DialogSave"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>300</height> + </rect> + </property> + <property name="windowTitle"> + <string>Dialog</string> + </property> + <widget class="QPushButton" name="pushButtonSave"> + <property name="geometry"> + <rect> + <x>290</x> + <y>250</y> + <width>93</width> + <height>27</height> + </rect> + </property> + <property name="text"> + <string>Save</string> + </property> + </widget> + <widget class="QPushButton" name="pushButtonCancel"> + <property name="geometry"> + <rect> + <x>180</x> + <y>250</y> + <width>93</width> + <height>27</height> + </rect> + </property> + <property name="text"> + <string>Cancel</string> + </property> + </widget> + <widget class="QFrame" name="frame"> + <property name="geometry"> + <rect> + <x>20</x> + <y>30</y> + <width>361</width> + <height>181</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <widget class="QPushButton" name="pushButtonSelectFile"> + <property name="geometry"> + <rect> + <x>10</x> + <y>29</y> + <width>86</width> + <height>27</height> + </rect> + </property> + <property name="text"> + <string>Select File</string> + </property> + </widget> + <widget class="QLineEdit" name="lineEditFileName"> + <property name="geometry"> + <rect> + <x>102</x> + <y>29</y> + <width>146</width> + <height>27</height> + </rect> + </property> + <property name="text"> + <string>[filename]</string> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton" name="radioButtonEncrypted"> + <property name="geometry"> + <rect> + <x>10</x> + <y>81</y> + <width>164</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Save Encrypted Data</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton" name="radioButtonUnencrypted"> + <property name="geometry"> + <rect> + <x>10</x> + <y>128</y> + <width>179</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Save Unencrypted Text</string> + </property> + </widget> + <widget class="QCheckBox" name="checkBoxBinaryData"> + <property name="geometry"> + <rect> + <x>230</x> + <y>130</y> + <width>111</width> + <height>22</height> + </rect> + </property> + <property name="text"> + <string>Binary Data</string> + </property> + </widget> + </widget> + </widget> + <resources/> + <connections/> +</ui> |
