From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- .../coreSQLiteStudio/plugins/populaterandomtext.ui | 181 +++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.ui (limited to 'SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.ui') diff --git a/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.ui b/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.ui new file mode 100644 index 0000000..28febde --- /dev/null +++ b/SQLiteStudio3/coreSQLiteStudio/plugins/populaterandomtext.ui @@ -0,0 +1,181 @@ + + + PopulateRandomTextConfig + + + + 0 + 0 + 367 + 291 + + + + Form + + + + + + PopulateRandomText.UseCustomSets + + + Use characters from common sets: + + + true + + + false + + + + + + + Minimum length + + + + + + PopulateRandomText.MinLength + + + 999999999 + + + + + + + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + Letters from a to z. + + + PopulateRandomText.IncludeAlpha + + + Alpha + + + + + + + Numbers from 0 to 9. + + + PopulateRandomText.IncludeNumeric + + + Numeric + + + + + + + A whitespace, a tab and a new line character. + + + PopulateRandomText.IncludeWhitespace + + + Whitespace + + + + + + + Includes all above and all others. + + + PopulateRandomText.IncludeBinary + + + Binary + + + + + + + + + + PopulateRandomText.UseCustomSets + + + Use characters from my custom set: + + + true + + + + + + + Maximum length + + + + + + PopulateRandomText.MaxLength + + + 999999999 + + + + + + + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + If you type some character multiple times, it's more likely to be used. + + + PopulateRandomText.CustomCharacters + + + + + + + + + + + ConfigRadioButton + QRadioButton +
common/configradiobutton.h
+
+
+ + +
-- cgit v1.2.3