mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
modificada la informaci?n y estilo de la ayuda/sobre...
This commit is contained in:
parent
1bde0f0152
commit
ea6261d7a2
@ -18,10 +18,10 @@ HelpAboutDialog::HelpAboutDialog(QWidget * parent)
|
||||
|
||||
tabWidget->addTab(aboutText = new QTextBrowser(), tr("About"));
|
||||
aboutText->setOpenExternalLinks(true);
|
||||
aboutText->setFont(QFont("Comic Sans MS", 10)); //purisa
|
||||
//aboutText->setFont(QFont("Comic Sans MS", 10)); //purisa
|
||||
tabWidget->addTab(helpText = new QTextBrowser(), tr("Help"));
|
||||
helpText->setOpenExternalLinks(true);
|
||||
helpText->setFont(QFont("Comic Sans MS", 10));
|
||||
//helpText->setFont(QFont("Comic Sans MS", 10));
|
||||
//helpText->setDisabled(true);
|
||||
//tabWidget->addTab(,"About Qt");
|
||||
|
||||
@ -41,13 +41,13 @@ HelpAboutDialog::HelpAboutDialog(const QString & pathAbout,const QString & pathH
|
||||
|
||||
void HelpAboutDialog::loadAboutInformation(const QString & path)
|
||||
{
|
||||
aboutText->insertHtml(fileToString(path));
|
||||
aboutText->setHtml(fileToString(path));
|
||||
aboutText->moveCursor(QTextCursor::Start);
|
||||
}
|
||||
|
||||
void HelpAboutDialog::loadHelp(const QString & path)
|
||||
{
|
||||
helpText->insertHtml(fileToString(path));
|
||||
helpText->setHtml(fileToString(path));
|
||||
helpText->moveCursor(QTextCursor::Start);
|
||||
}
|
||||
|
||||
|
@ -1,30 +1,74 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
h1, h2{
|
||||
color: #302f2d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #C19441;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><img src=":/images/icon.png" /> </p>
|
||||
|
||||
<h1>General Information</h1>
|
||||
<p>
|
||||
<img src=":/images/icon.png" /> <br/>
|
||||
YACReader - Yet Another Comic Reader - version 6.2.0 <br/>
|
||||
by Luis Ángel San Martín Rodríguez <br/>
|
||||
e-mail: luisangelsm@gmail.com <br/>
|
||||
web site: <a href="http://www.yacreader.com">http://www.yacreader.com</a> <br/>
|
||||
by Luis Ángel San Martín Rodríguez
|
||||
<h2>Contact</h2>
|
||||
<ul>
|
||||
<li>support: support@yacreader.com </li>
|
||||
<li>suggestions and general information: info@yacreader.com </li>
|
||||
<li>developer e-mail: luisangelsm@gmail.com </li>
|
||||
</ul>
|
||||
<h2>Web site</h2>
|
||||
web site: <a href="http://www.yacreader.com">http://www.yacreader.com</a>
|
||||
<h2>License</h2>
|
||||
Published under <a href="http://www.gnu.org/copyleft/gpl.html">GPL v3</a> license.
|
||||
<hr/>
|
||||
|
||||
</p>
|
||||
|
||||
<h1>Donations</h1>
|
||||
<p>YACReader is free and open source</p>
|
||||
<p>
|
||||
If you like YACReader, please, consider to make a donation <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> Donate! </a>
|
||||
<hr/>
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Go social</h1>
|
||||
<p>
|
||||
Find other users and help at:
|
||||
<ul>
|
||||
<li><a href="http://www.facebook.com/YACReader">Facebook</a></li>
|
||||
<li><a href="Twitter - http://twitter.com/yacreader ">Twitter</a></li>
|
||||
<li><a href="http://www.youtube.com/user/yacreader">YouTube</a> </li>
|
||||
<li><a href="https://plus.google.com/104961844694882715084/posts">Google+</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h1>Third-party software and resources</h1>
|
||||
<p>
|
||||
Compressed files are loaded using <a href="http://www.7-zip.org/">7zip</a> (Windows version) and <a href="http://p7zip.sourceforge.net/">p7zip</a> (Linux/MacOS X versions)
|
||||
</p>
|
||||
<p>
|
||||
Flow effect uses <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
|
||||
Server info QR codes are generated using <a href="http://fukuchi.org/works/qrencode/">qrencode</a> and <a href="http://code.google.com/p/qrencode-win32/"> qrencode-win32 </a>
|
||||
</p>
|
||||
<p>
|
||||
Icons were desinged by <a href="http://mattahan.deviantart.com/">Mattahan</a>.
|
||||
SW flow effect uses a modified version of <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
|
||||
</p>
|
||||
<p>
|
||||
Some icons were desinged by <a href="http://mattahan.deviantart.com/">Mattahan</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@ -1,30 +1,74 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
h1, h2{
|
||||
color: #302f2d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #C19441;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><img src=":/images/icon.png" /> </p>
|
||||
|
||||
<h1>Información general</h1>
|
||||
<p>
|
||||
<img src=":/images/icon.png" /> <br/>
|
||||
YACReader - Yet Another Comic Reader - versión 6.2.0 <br/>
|
||||
por Luis Ángel San Martín Rodríguez <br/>
|
||||
e-mail: luisangelsm@gmail.com <br/>
|
||||
Página web: <a href="http://www.yacreader.com">http://www.yacreader.com</a> <br/>
|
||||
por Luis Ángel San Martín Rodríguez
|
||||
<h2>Contacto </h2>
|
||||
<ul>
|
||||
<li>soporte: support@yacreader.com </li>
|
||||
<li>sugerencias e información general: info@yacreader.com </li>
|
||||
<li>desarrollador e-mail: luisangelsm@gmail.com </li>
|
||||
</ul>
|
||||
<h2>Sitio web</h2>
|
||||
sitio web: <a href="http://www.yacreader.com">http://www.yacreader.com</a>
|
||||
<h2>Licencia</h2>
|
||||
Publicado bajo licencia <a href="http://www.gnu.org/copyleft/gpl.html">GPL v3</a>.
|
||||
<hr/>
|
||||
|
||||
</p>
|
||||
|
||||
<h1>Donaciones</h1>
|
||||
<p>YACReader es gratis y open source</p>
|
||||
<p>
|
||||
Si te gusta YACReader, por favor, considera realizar una donación. <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> ¡Dona! </a>
|
||||
<hr/>
|
||||
Si te gusta YACReader, por favor, considera realizar una donación <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> Donate! </a>
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Social</h1>
|
||||
<p>
|
||||
Los archivos comprimidos son cargados mediante <a href="http://www.7-zip.org/">7zip</a> (en Windows) y <a href="http://p7zip.sourceforge.net/">p7zip</a> (en las versiones Linux/MacOS X)
|
||||
Encuentra otros usuarios y ayuda en:
|
||||
<ul>
|
||||
<li><a href="http://www.facebook.com/YACReader">Facebook</a></li>
|
||||
<li><a href="Twitter - http://twitter.com/yacreader ">Twitter</a></li>
|
||||
<li><a href="http://www.youtube.com/user/yacreader">YouTube</a> </li>
|
||||
<li><a href="https://plus.google.com/104961844694882715084/posts">Google+</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h1>Software de tercero y recursos</h1>
|
||||
<p>
|
||||
Los archivos comprimidos se cargan usando <a href="http://www.7-zip.org/">7zip</a> (Windows) y <a href="http://p7zip.sourceforge.net/">p7zip</a> (Linux/MacOS X)
|
||||
</p>
|
||||
<p>
|
||||
Los efectos de animación 'flow' usan <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
|
||||
Los códigos QR con la información del servidor se generan con <a href="http://fukuchi.org/works/qrencode/">qrencode</a> y <a href="http://code.google.com/p/qrencode-win32/"> qrencode-win32 </a>
|
||||
</p>
|
||||
<p>
|
||||
Los iconos han sido diseñados por <a href="http://mattahan.deviantart.com/">Mattahan</a>.
|
||||
SW flow usa una versión modificada de <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
|
||||
</p>
|
||||
<p>
|
||||
Algunos iconos han sido diseñados por <a href="http://mattahan.deviantart.com/">Mattahan</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
@ -1,9 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
h1, h2{
|
||||
color: #302f2d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #C19441;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Quick start guide</h1>
|
||||
<p> Get more help on <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<p> This guide is outdated, get more help on <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<h2>Features</h2>
|
||||
<p>
|
||||
YACReader is a fast and simple comic reader with the following features:
|
||||
|
@ -1,9 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
h1, h2{
|
||||
color: #302f2d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #C19441;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Quick start guide</h1>
|
||||
<p> Get more help on <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<p> This guide is outdated, get more help on <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<h2>Features</h2>
|
||||
<p>
|
||||
YACReader Library is a comic library browser with the following features:
|
||||
|
@ -1,9 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
h1, h2{
|
||||
color: #302f2d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #C19441;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Guía de comienzo rápido</h1>
|
||||
<p> Get more help on <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<p> Esta guía está desactualizada, obtén más ayuda en <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<h2>Características</h2>
|
||||
<p>
|
||||
YACReader Library es un navegador de bibliotecas de cómics con las siguiente caraterísticas:
|
||||
|
@ -1,9 +1,27 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
h1, h2{
|
||||
color: #302f2d;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #C19441;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Guía de comienzo rápido</h1>
|
||||
<p> Obtén más ayuda en <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<p> Esta guía está desactualizada, obtén más ayuda en <a href="http://www.yacreader.com">http://www.yacreader.com</a> </p>
|
||||
<h2>Características</h2>
|
||||
<p>
|
||||
YACReader es un visor de cómics rápido y sencillo con las siguiente características:
|
||||
|
Loading…
x
Reference in New Issue
Block a user