Skip to content

Commit

Permalink
added user manual. removed graphics.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdenne2 committed Nov 29, 2010
1 parent 1235d40 commit d46cc32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
Binary file modified gitit
Binary file not shown.
1 change: 0 additions & 1 deletion mainwindow.cpp
Expand Up @@ -17,7 +17,6 @@ MainWindow::MainWindow(QWidget *parent) :
ui->changedFileslistView->setModel(gitStatusModel);
//connecting slots and signals
// connect(this,SIGNAL(repositoryChanged(git_repository*)),gitStatusModel,SLOT(update(git_repository*)));
connect(ui->box, SIGNAL(linkActivated(QString)), this, SLOT(boxClicked()) );
connect( ui->actionAbout, SIGNAL( triggered() ), this, SLOT(about()) );
connect( ui->actionExit, SIGNAL( triggered() ), this, SLOT(exit()) );
connect( ui->actionNew, SIGNAL( triggered() ), this, SLOT(menuNew()) );
Expand Down
50 changes: 9 additions & 41 deletions mainwindow.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>850</width>
<height>603</height>
<width>804</width>
<height>548</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -32,8 +32,8 @@
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>530</x>
<y>120</y>
<x>520</x>
<y>80</y>
<width>211</width>
<height>301</height>
</rect>
Expand Down Expand Up @@ -92,7 +92,7 @@
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<y>140</y>
<width>161</width>
<height>141</height>
</rect>
Expand Down Expand Up @@ -121,7 +121,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry">
<rect>
<x>260</x>
<y>120</y>
<y>20</y>
<width>161</width>
<height>151</height>
</rect>
Expand All @@ -131,8 +131,7 @@ p, li { white-space: pre-wrap; }
</property>
<widget class="QListView" name="listView_3">
<property name="styleSheet">
<string notr="true">background: transparent;
border: transparent;</string>
<string notr="true"/>
</property>
</widget>
<widget class="QLabel" name="label_2">
Expand All @@ -149,7 +148,7 @@ p, li { white-space: pre-wrap; }
<property name="geometry">
<rect>
<x>260</x>
<y>310</y>
<y>230</y>
<width>161</width>
<height>141</height>
</rect>
Expand All @@ -168,37 +167,6 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</widget>
<widget class="QLabel" name="box">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>261</width>
<height>231</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background: transparent;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>:/images/box.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="localPackageTree">
<attribute name="title">
Expand Down Expand Up @@ -328,7 +296,7 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
<width>850</width>
<width>804</width>
<height>25</height>
</rect>
</property>
Expand Down
Binary file added userManual.odt
Binary file not shown.

0 comments on commit d46cc32

Please sign in to comment.