]> gitweb.hamatoma.de Git - reqt/commitdiff
rebackgui: title and icon
authorhama <hama@siduction.net>
Tue, 16 Feb 2016 20:10:30 +0000 (21:10 +0100)
committerhama <hama@siduction.net>
Tue, 16 Feb 2016 20:11:29 +0000 (21:11 +0100)
appl/rebackgui/mainwindow.cpp
appl/rebackgui/mainwindow.ui
appl/rebackgui/rebackgui.ico [new file with mode: 0644]
appl/rebackgui/rebackgui.pro
appl/refind/refind.pro

index ce0cec631829cfd3e603472f3eb1b97b011c3ef1..886461037903c542ed5af10c4eb7714cbadf09dd 100644 (file)
@@ -13,7 +13,7 @@
 #include "aboutdialog.hpp"
 #include <QFileDialog>
 
-const QString VERSION("2016.02.14");
+const QString VERSION("2016.02.16");
 
 /**
  * Constructor.
index 1d967cf9b8c671a62c0fb496edf7676460254a1a..b032479d44fb94f739bd82119261623bd4c316e8 100644 (file)
@@ -6,12 +6,12 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>820</width>
+    <width>839</width>
     <height>662</height>
    </rect>
   </property>
   <property name="windowTitle">
-   <string>MainWindow</string>
+   <string>RePubLib rebackgui</string>
   </property>
   <widget class="QWidget" name="centralWidget">
    <layout class="QVBoxLayout" name="verticalLayout_8">
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>820</width>
+     <width>839</width>
      <height>26</height>
     </rect>
    </property>
diff --git a/appl/rebackgui/rebackgui.ico b/appl/rebackgui/rebackgui.ico
new file mode 100644 (file)
index 0000000..ccabe71
Binary files /dev/null and b/appl/rebackgui/rebackgui.ico differ
index ca70619540199f881f77d2195e62c9bfa07d6a42..7a982b01b0ed499f0b063f141834ba66543b9f04 100644 (file)
@@ -12,6 +12,8 @@ TARGET = rebackgui
 TEMPLATE = app
 INCLUDEPATH = ../..
 
+win32:RC_ICONS += rebackgui.ico
+
 SOURCES += main.cpp\
         ../../base/ReException.cpp \
         ../../base/ReConfig.cpp \
index 7c5b8075c0ba7f38787b54252851e0335f5da380..bcc0eca74c670f5c8845f943474332ce2e905db8 100644 (file)
@@ -19,6 +19,7 @@ SOURCES += main.cpp\
                  mainwindow.cpp \
         ../../base/ReException.cpp \
         ../../base/ReQStringUtils.cpp \
+        ../../base/ReStringUtils.cpp \
         ../../base/ReFileUtils.cpp \
         ../../base/ReLogger.cpp \
         filefinder.cpp \
@@ -62,3 +63,6 @@ CODECFORSRC = UTF-8
 
 RESOURCES += \
         refind.qrc
+
+DISTFILES += \
+       refind.ico