aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.ui
blob: 00ff1e53ee53a022d989260c4a9073fa5d068ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>PopulateRandomTextConfig</class>
 <widget class="QWidget" name="PopulateRandomTextConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>367</width>
    <height>291</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string notr="true">Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <item row="1" column="0" colspan="2">
    <widget class="ConfigRadioButton" name="commonSetRadio">
     <property name="text">
      <string>Use characters from common sets:</string>
     </property>
     <property name="checked">
      <bool>true</bool>
     </property>
     <property name="cfg" stdset="0">
      <string notr="true">PopulateRandomText.UseCustomSets</string>
     </property>
     <property name="assignedValue" stdset="0">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item row="0" column="0">
    <widget class="QGroupBox" name="minLengthGroup">
     <property name="title">
      <string>Minimum length</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout_3">
      <item>
       <widget class="QSpinBox" name="minLengthSpin">
        <property name="maximum">
         <number>999999999</number>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.MinLength</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="2" column="0" colspan="2">
    <widget class="QFrame" name="commonSetFrame">
     <property name="frameShape">
      <enum>QFrame::StyledPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Raised</enum>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="QCheckBox" name="alphaCheck">
        <property name="toolTip">
         <string>Letters from a to z.</string>
        </property>
        <property name="text">
         <string>Alpha</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.IncludeAlpha</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="numericCheck">
        <property name="toolTip">
         <string>Numbers from 0 to 9.</string>
        </property>
        <property name="text">
         <string>Numeric</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.IncludeNumeric</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="whitespaceCheck">
        <property name="toolTip">
         <string>A whitespace, a tab and a new line character.</string>
        </property>
        <property name="text">
         <string>Whitespace</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.IncludeWhitespace</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="binaryCheck">
        <property name="toolTip">
         <string>Includes all above and all others.</string>
        </property>
        <property name="text">
         <string>Binary</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.IncludeBinary</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="3" column="0" colspan="2">
    <widget class="ConfigRadioButton" name="customSetRadio">
     <property name="text">
      <string>Use characters from my custom set:</string>
     </property>
     <property name="cfg" stdset="0">
      <string notr="true">PopulateRandomText.UseCustomSets</string>
     </property>
     <property name="assignedValue" stdset="0">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="QGroupBox" name="maxLengthGroup">
     <property name="title">
      <string>Maximum length</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout_4">
      <item>
       <widget class="QSpinBox" name="maxLengthSpin">
        <property name="maximum">
         <number>999999999</number>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.MaxLength</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="4" column="0" colspan="2">
    <widget class="QFrame" name="customSetFrame">
     <property name="frameShape">
      <enum>QFrame::StyledPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Raised</enum>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout_2">
      <item>
       <widget class="QLineEdit" name="customSetEdit">
        <property name="toolTip">
         <string>If you type some character multiple times, it's more likely to be used.</string>
        </property>
        <property name="cfg" stdset="0">
         <string notr="true">PopulateRandomText.CustomCharacters</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>ConfigRadioButton</class>
   <extends>QRadioButton</extends>
   <header>common/configradiobutton.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>