Skip to content

Commit

Permalink
Added new ciphers and more
Browse files Browse the repository at this point in the history
  • Loading branch information
QTinman committed Apr 16, 2020
1 parent 6cbcd10 commit 3448628
Show file tree
Hide file tree
Showing 12 changed files with 508 additions and 156 deletions.
6 changes: 6 additions & 0 deletions cipherdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ cipherDialog::cipherDialog(QWidget *parent) :
if (francis_on) ui->francis_bacon->setChecked(true);
if (satanic_on) ui->satanic->setChecked(true);
if (jewish_on) ui->jewish->setChecked(true);
if (sumerian_on) ui->sumerian->setChecked(true);
if (rev_sumerian_on) ui->rev_sumerian->setChecked(true);
}

cipherDialog::~cipherDialog()
Expand All @@ -29,5 +31,9 @@ void cipherDialog::on_buttonBox_accepted()
else satanic_on = false;
if (ui->jewish->isChecked()) jewish_on = true;
else jewish_on = false;
if (ui->sumerian->isChecked()) sumerian_on = true;
else sumerian_on = false;
if (ui->rev_sumerian->isChecked()) rev_sumerian_on = true;
else rev_sumerian_on = false;
//if (primeson) qDebug() << "Prime is on";
}
28 changes: 27 additions & 1 deletion cipherdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<x>30</x>
<y>20</y>
<width>142</width>
<height>112</height>
<height>116</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
Expand Down Expand Up @@ -69,6 +69,32 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>131</width>
<height>56</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="sumerian">
<property name="text">
<string>Sumerian</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="rev_sumerian">
<property name="text">
<string>Reverse Sumerian</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections>
Expand Down
19 changes: 9 additions & 10 deletions gana8.pro.user
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.11.0, 2020-03-07T18:46:15. -->
<!-- Written by QtCreator 4.11.2, 2020-04-16T12:37:52. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
<value type="QByteArray">{f7846c4f-8af0-49c4-92e8-919d89896450}</value>
<value type="QByteArray">{d50e0468-a318-442b-aec1-65fc56ee91c0}</value>
</data>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down Expand Up @@ -62,14 +62,14 @@
<data>
<variable>ProjectExplorer.Project.Target.0</variable>
<valuemap type="QVariantMap">
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.13.1 GCC 64bit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.13.1 GCC 64bit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5131.gcc_64_kit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.14.2 GCC 64bit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.14.2 GCC 64bit</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5142.gcc_64_kit</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/john/workspace/build-gana8-Desktop_Qt_5_13_1_GCC_64bit-Debug</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/john/workspace/gana8/build-gana8-Desktop_Qt_5_14_2_GCC_64bit-Debug</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
Expand Down Expand Up @@ -117,7 +117,7 @@
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/john/workspace/build-gana8-Desktop_Qt_5_13_1_GCC_64bit-Release</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/john/workspace/gana8/build-gana8-Desktop_Qt_5_14_2_GCC_64bit-Release</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
Expand Down Expand Up @@ -165,7 +165,7 @@
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/john/workspace/build-gana8-Desktop_Qt_5_13_1_GCC_64bit-Profile</value>
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/john/workspace/gana8/build-gana8-Desktop_Qt_5_14_2_GCC_64bit-Profile</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
Expand Down Expand Up @@ -285,7 +285,6 @@
</valuelist>
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">gana82</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4RunConfiguration:/home/john/workspace/gana8/GAnalyzer/gana8.pro</value>
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey">/home/john/workspace/gana8/GAnalyzer/gana8.pro</value>
<value type="QString" key="RunConfiguration.Arguments"></value>
Expand All @@ -298,7 +297,7 @@
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/john/workspace/build-gana8-Desktop_Qt_5_13_1_GCC_64bit-Debug</value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default">/home/john/workspace/gana8/GAnalyzer</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
</valuemap>
Expand Down
Loading

0 comments on commit 3448628

Please sign in to comment.