Skip to content

Commit

Permalink
LeF: resized the main window. Looking for an icon still.
Browse files Browse the repository at this point in the history
  • Loading branch information
duca committed Dec 2, 2012
1 parent 553fe06 commit d3f45e9
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 20 deletions.
8 changes: 4 additions & 4 deletions Alcantara.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
<Add library="QtGui" />
<Add directory="/usr/lib" />
</Linker>
<Unit filename="Makefile" />
<Unit filename="Alcantara.pro" />
<Unit filename="include/Alcantara.h">
<Option target="&lt;{~None~}&gt;" />
</Unit>
<Unit filename="include/singleInstance.h" />
<Unit filename="main.cpp">
<Option target="&lt;{~None~}&gt;" />
</Unit>
<Unit filename="src/Alcantara.cpp">
<Option target="&lt;{~None~}&gt;" />
</Unit>
<Unit filename="src/Alcantara.cpp" />
<Unit filename="src/singleInstance.cpp" />
<Extensions>
<envvars />
<code_completion />
Expand Down
8 changes: 4 additions & 4 deletions Alcantara.layout
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="all" />
<File name="include/Alcantara.h" open="1" top="0" tabpos="4">
<Cursor position="610" topLine="0" />
<File name="include/Alcantara.h" open="1" top="0" tabpos="2">
<Cursor position="771" topLine="11" />
</File>
<File name="main.cpp" open="1" top="0" tabpos="1">
<Cursor position="148" topLine="0" />
</File>
<File name="src/Alcantara.cpp" open="1" top="1" tabpos="5">
<Cursor position="1094" topLine="20" />
<File name="src/Alcantara.cpp" open="1" top="1" tabpos="3">
<Cursor position="3381" topLine="111" />
</File>
</CodeBlocks_layout_file>
10 changes: 5 additions & 5 deletions Alcantara.pro
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
######################################################################
# Automatically generated by qmake (2.01a) sáb nov 3 17:56:44 2012
# Automatically generated by qmake (2.01a) dom dez 2 10:50:26 2012
######################################################################

TEMPLATE = app
TARGET =
TARGET =
DEPENDPATH += . include src
INCLUDEPATH += . include

CONFIG += qdbus
# Input
HEADERS += include/Alcantara.h
HEADERS += include/Alcantara.h include/singleInstance.h
FORMS += alcantara.ui
SOURCES += main.cpp src/Alcantara.cpp
SOURCES += main.cpp src/Alcantara.cpp src/singleInstance.cpp
2 changes: 1 addition & 1 deletion alcantara.qt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
qmake -project && qmake Alcantara.pro
qmake Alcantara.pro
33 changes: 27 additions & 6 deletions alcantara.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,52 @@
<rect>
<x>0</x>
<y>0</y>
<width>152</width>
<height>388</height>
<width>214</width>
<height>400</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Alcantara</string>
</property>
<property name="windowOpacity">
<double>1.000000000000000</double>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLineEdit" name="appSearchEntry">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>131</width>
<width>191</width>
<height>24</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
</widget>
<widget class="QListWidget" name="appsList">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>131</width>
<height>301</height>
<width>191</width>
<height>311</height>
</rect>
</property>
<property name="mouseTracking">
Expand Down Expand Up @@ -70,7 +91,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>152</width>
<width>214</width>
<height>22</height>
</rect>
</property>
Expand Down

0 comments on commit d3f45e9

Please sign in to comment.