From 3ac14f7a945c7243c82aac3e12e0df2595b85616 Mon Sep 17 00:00:00 2001 From: hama Date: Tue, 27 Oct 2015 00:08:59 +0100 Subject: [PATCH] reidos: main window --- appl/reide/mainwindow.ui | 184 ++++++++++++++++++++++++++++++++++++++- appl/reide/reide.pro | 1 + appl/reidos/idosmain.ui | 128 ++++++++++++++++++++------- appl/reidos/reidos.pro | 6 +- 4 files changed, 285 insertions(+), 34 deletions(-) diff --git a/appl/reide/mainwindow.ui b/appl/reide/mainwindow.ui index efd52e1..332e777 100644 --- a/appl/reide/mainwindow.ui +++ b/appl/reide/mainwindow.ui @@ -14,7 +14,189 @@ MainWindow - + + + + + Qt::Vertical + + + + + + + 0 + + + + + true + + + + + + + + 25 + 16777215 + + + + ^ + + + + + + + + 150 + 16777215 + + + + true + + + + + + + + 25 + 16777215 + + + + / + + + + + + + + + true + + + true + + + + Modified + + + + + Size + + + + + Type + + + + + Name + + + + + + + + + + + + 0 + + + + + true + + + + + + + + 25 + 16777215 + + + + ^ + + + + + + + + 150 + 16777215 + + + + true + + + + + + + + 25 + 16777215 + + + + / + + + + + + + + + true + + + true + + + + Modified + + + + + Size + + + + + Type + + + + + Name + + + + + + + + + diff --git a/appl/reide/reide.pro b/appl/reide/reide.pro index 2c28034..7f65b9d 100644 --- a/appl/reide/reide.pro +++ b/appl/reide/reide.pro @@ -25,6 +25,7 @@ SOURCES += \ ../../base/ReFileUtils.cpp \ ../../base/ReException.cpp \ ../../base/ReDiff.cpp \ + ../../os/ReFileSystem.cpp \ projectselection.cpp \ workspace.cpp \ project.cpp \ diff --git a/appl/reidos/idosmain.ui b/appl/reidos/idosmain.ui index 6054c6c..f193749 100644 --- a/appl/reidos/idosmain.ui +++ b/appl/reidos/idosmain.ui @@ -24,44 +24,81 @@ + + 0 + - + + + + 25 + 16777215 + + + + ... + + + + + true - + + + + 25 + 16777215 + + - ... + ^ - - - ... + + + + 150 + 16777215 + + + + true - + + + + 25 + 16777215 + + - ... + / - + true + + true + - Type + Modified @@ -71,12 +108,7 @@ - Modified - - - - - Attributes + Type @@ -92,44 +124,81 @@ + + 0 + - + + + + 25 + 16777215 + + + + ... + + + + + true - + + + + 25 + 16777215 + + - ... + ^ - - - ... + + + + 150 + 16777215 + + + + true - + + + + 25 + 16777215 + + - ... + / - + true + + true + - Type + Modified @@ -139,12 +208,7 @@ - Modified - - - - - Attributes + Type diff --git a/appl/reidos/reidos.pro b/appl/reidos/reidos.pro index 15e7855..499926d 100644 --- a/appl/reidos/reidos.pro +++ b/appl/reidos/reidos.pro @@ -13,13 +13,17 @@ TEMPLATE = app INCLUDEPATH += . ../.. -SOURCES += main.cpp\ +SOURCES += \ ../../gui/ReEdit.cpp \ ../../gui/ReStateStorage.cpp \ ../../gui/ReSettings.cpp \ ../../gui/ReFileTree.cpp \ + ../../base/ReMatcher.cpp \ ../../base/ReFile.cpp \ + ../../base/ReStringUtils.cpp \ + ../../base/ReRandomizer.cpp \ ../../os/ReFileSystem.cpp \ + ../../os/ReCryptFileSystem.cpp \ ../../base/ReLogger.cpp \ ../../base/ReQStringUtils.cpp \ ../../base/ReFileUtils.cpp \ -- 2.39.5