diff --git a/trunk/dlgkeydetails.h b/trunk/dlgkeydetails.h index 9217f3b..8f9cb09 100644 --- a/trunk/dlgkeydetails.h +++ b/trunk/dlgkeydetails.h @@ -1,60 +1,62 @@ /******************************************************************************* * fred Copyright (c) 2011-2013 by Gillen Daniel * * * * Forensic Registry EDitor (fred) is a cross-platform M$ registry hive editor * * with special feautures useful during forensic analysis. * * * * This program is free software: you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the Free * * Software Foundation, either version 3 of the License, or (at your option) * * any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * * more details. * * * * You should have received a copy of the GNU General Public License along with * * this program. If not, see . * *******************************************************************************/ #ifndef DLGKEYDETAILS_H #define DLGKEYDETAILS_H +// TODO: Is this dialog still needed in any ways???? + #include #include #include "qhexedit/qhexedit.h" namespace Ui { class DlgKeyDetails; } class DlgKeyDetails : public QDialog { Q_OBJECT public: explicit DlgKeyDetails(QWidget *p_parent=0); ~DlgKeyDetails(); void SetValues(QStringList &r_parent_nodes, QString &r_key_name, QString &r_key_type, QByteArray &r_key_value); protected: void changeEvent(QEvent *e); private slots: void on_BtnClose_clicked(); private: Ui::DlgKeyDetails *ui; QStringList parent_nodes; QString key_name; QString key_type; QByteArray key_value; QHexEdit *p_hex_edit; }; #endif // DLGKEYDETAILS_H diff --git a/trunk/dlgpreferences.ui b/trunk/dlgpreferences.ui index ab96fa5..09b834b 100644 --- a/trunk/dlgpreferences.ui +++ b/trunk/dlgpreferences.ui @@ -1,253 +1,256 @@ DlgPreferences 0 0 615 404 Preferences :/icons/resources/fred.png:/icons/resources/fred.png + + true + 0 General Save position and size of main window and dialogs: 0 0 true false false Number of recent files to remember: Qt::Vertical 20 40 Always open files read-only: 0 0 Reports <html><head/><body><p><span style=" font-weight:600;">Warning:</span></p><p>The following list gives you the possibility to add/remove report locations and to change their precedence. Reports are searched and added from top to bottom, thus reports found in later directories replace reports found earlier if they have same name, category and hive! In addition, you may also remove the two default system and user locations which might result in no reports being found at all if you don't have added your own locations.</p></body></html> true Add false Edit false Remove false Move up false Move down Qt::Vertical 20 40 &Cancel Reset to defaults Qt::Horizontal 40 20 &Ok BtnOk BtnCancel BtnReset tabWidget SpinBoxRecentFiles ChkBoxSavePositions ListReportLocations BtnAddReportLoc BtnEditReportLoc BtnRemoveReportLoc BtnMoveReportLocUp BtnMoveReportLocDown diff --git a/trunk/dlgreportchooser.ui b/trunk/dlgreportchooser.ui index 80afb65..2d96fc2 100644 --- a/trunk/dlgreportchooser.ui +++ b/trunk/dlgreportchooser.ui @@ -1,234 +1,237 @@ DlgReportChooser 0 0 599 300 Generate report :/icons/resources/fred.png:/icons/resources/fred.png + + true + 0 0 Available reports 6 0 9 9 0 0 0 true 1 3 0 300 0 Report details 0 9 0 true false Hive: 10 50 false true Author: 10 50 false true Description: true 10 Qt::Vertical 20 40 &Cancel Qt::Horizontal 40 20 &Generate BtnGenerate BtnCancel TrReports diff --git a/trunk/dlgsearch.ui b/trunk/dlgsearch.ui index 0b736f3..a2cf3cd 100644 --- a/trunk/dlgsearch.ui +++ b/trunk/dlgsearch.ui @@ -1,149 +1,152 @@ DlgSearch 0 0 400 216 0 0 Search :/icons/resources/fred.png:/icons/resources/fred.png + + true + Search value ASCII true UTF16 true false Hexadecimal Search in Node names true Key names true Key values true &Cancel Qt::Horizontal 40 20 &Search