Skip to content

Commit

Permalink
2.0 Linux Source
Browse files Browse the repository at this point in the history
  • Loading branch information
nra4ever committed Mar 9, 2017
1 parent b22b30b commit f9de2e9
Show file tree
Hide file tree
Showing 26 changed files with 1,346 additions and 1,896 deletions.
47 changes: 0 additions & 47 deletions Batch Processor/CUEy-Batch.pro

This file was deleted.

318 changes: 0 additions & 318 deletions Batch Processor/CUEy-Batch.pro.user

This file was deleted.

Binary file removed Batch Processor/icon.ico
Binary file not shown.
60 changes: 0 additions & 60 deletions Batch Processor/mainwindow.h

This file was deleted.

105 changes: 0 additions & 105 deletions Batch Processor/ui_dialog.h

This file was deleted.

Binary file removed CUEy-1.0-win32.rar
Binary file not shown.
Binary file removed CUEy-1.01-win32.rar
Binary file not shown.
78 changes: 78 additions & 0 deletions Linux/Batch Processor/abort.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Abort</class>
<widget class="QDialog" name="Abort">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>113</height>
</rect>
</property>
<property name="windowTitle">
<string>Abort Confirmation</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Are you sure you want to abort?</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Abort</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Abort</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
2 changes: 1 addition & 1 deletion Batch Processor/main.cpp → Linux/Batch Processor/main.cpp
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "mainwindow.h"
#include <QApplication>
#include <QDialog>

int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setWindowIcon(QIcon("/opt/CUEy/icon.ico"));
MainWindow w;
w.show();

Expand Down
Loading

0 comments on commit f9de2e9

Please sign in to comment.